Benevia.Core.DataGenerator
0.9.17-ci.145
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.
See the version list below for details.
dotnet add package Benevia.Core.DataGenerator --version 0.9.17-ci.145
NuGet\Install-Package Benevia.Core.DataGenerator -Version 0.9.17-ci.145
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.9.17-ci.145" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core.DataGenerator" Version="0.9.17-ci.145" />
<PackageReference Include="Benevia.Core.DataGenerator" />
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.9.17-ci.145
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Benevia.Core.DataGenerator, 0.9.17-ci.145"
#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.9.17-ci.145
#: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.9.17-ci.145&prerelease
#tool nuget:?package=Benevia.Core.DataGenerator&version=0.9.17-ci.145&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
ICreateDatainterface 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 | Versions 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.
-
net10.0
- Benevia.Core.API (>= 0.9.17-ci.145)
- Benevia.Core.Postgres (>= 0.9.17-ci.145)
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.9.17-ci.154 | 0 | 5/22/2026 |
| 0.9.17-ci.153 | 27 | 5/21/2026 |
| 0.9.17-ci.152 | 29 | 5/21/2026 |
| 0.9.17-ci.151 | 27 | 5/21/2026 |
| 0.9.17-ci.150 | 34 | 5/20/2026 |
| 0.9.17-ci.149 | 36 | 5/20/2026 |
| 0.9.17-ci.148 | 40 | 5/19/2026 |
| 0.9.17-ci.147 | 30 | 5/19/2026 |
| 0.9.17-ci.146 | 37 | 5/19/2026 |
| 0.9.17-ci.145 | 40 | 5/19/2026 |
| 0.9.17-ci.144 | 36 | 5/19/2026 |
| 0.9.17-ci.143 | 48 | 5/18/2026 |
| 0.9.17-ci.142 | 135 | 5/18/2026 |
| 0.9.17-ci.141 | 50 | 5/18/2026 |
| 0.9.17-ci.140 | 149 | 5/14/2026 |
| 0.9.17-ci.139 | 43 | 5/14/2026 |
| 0.9.17-ci.138 | 106 | 5/14/2026 |
| 0.9.17-ci.137 | 66 | 5/14/2026 |
| 0.9.17-ci.136 | 89 | 5/13/2026 |
| 0.9.16 | 202 | 4/28/2026 |
Loading failed