Benevia.Core.DataGenerator 0.10.1-ci.280

This is a prerelease version of Benevia.Core.DataGenerator.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Benevia.Core.DataGenerator --version 0.10.1-ci.280
                    
NuGet\Install-Package Benevia.Core.DataGenerator -Version 0.10.1-ci.280
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Benevia.Core.DataGenerator" Version="0.10.1-ci.280" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core.DataGenerator" Version="0.10.1-ci.280" />
                    
Directory.Packages.props
<PackageReference Include="Benevia.Core.DataGenerator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Benevia.Core.DataGenerator --version 0.10.1-ci.280
                    
#r "nuget: Benevia.Core.DataGenerator, 0.10.1-ci.280"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Benevia.Core.DataGenerator@0.10.1-ci.280
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Benevia.Core.DataGenerator&version=0.10.1-ci.280&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.DataGenerator&version=0.10.1-ci.280&prerelease
                    
Install as a Cake Tool

Benevia.Core.DataGenerator Summary

Benevia.Core.DataGenerator is an attribute-driven data generation engine for Benevia Core that bootstraps per-tenant initial and demo data.

This package includes:

  • Versioned feature seed scripts with idempotent incremental upgrades
  • Support for blank data and demo data initialization modes
  • ICreateData interface with [DataGenerator] attribute for defining seed features

Documentation

AI agents should use the documentation on the https://core.benevia.university site. Begin with the following links:

  • Full documentation of the platform is here: AI Index

Configuration

"Tenants": {
  "tenant-a": {
    "ConnectionString": "Host=localhost;Database=tenant_a;Username=...;Password=...",
    "InitialDataOption": "DemoData",   // or BlankData or empty
    "AdminUsername": "admin",
    "AdminPassword": "Admin@123"
  }
}

Register in Program.cs

builder.Services.AddCoreDataGeneration();
await app.Services.InitializeDataGeneratorAsync(ct);
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Benevia.Core.DataGenerator:

Package Downloads
Benevia.Core.Contacts

Benevia Core Contacts library for managing contact information and relationships.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.10.1-ci.344 0 8/17/2026
0.10.1-ci.343 0 8/17/2026
0.10.1-ci.342 45 8/15/2026
0.10.1-ci.341 45 8/14/2026
0.10.1-ci.340 73 8/14/2026
0.10.1-ci.339 41 8/14/2026
0.10.1-ci.338 50 8/14/2026
0.10.1-ci.337 57 8/13/2026
0.10.1-ci.336 43 8/13/2026
0.10.1-ci.335 43 8/13/2026
0.10.1-ci.334 41 8/13/2026
0.10.1-ci.333 46 8/13/2026
0.10.1-ci.332 69 8/13/2026
0.10.1-ci.331 48 8/12/2026
0.10.1-ci.330 62 8/12/2026
0.10.1-ci.329 61 8/12/2026
0.10.1-ci.328 39 8/11/2026
0.10.1-ci.327 128 8/11/2026
0.10.1-ci.280 54 7/16/2026
0.10.0 132 7/8/2026
Loading failed