Benevia.Core.DataGenerator 0.9.17-ci.151

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.9.17-ci.151
                    
NuGet\Install-Package Benevia.Core.DataGenerator -Version 0.9.17-ci.151
                    
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.151" />
                    
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.151" />
                    
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.9.17-ci.151
                    
#r "nuget: Benevia.Core.DataGenerator, 0.9.17-ci.151"
                    
#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.151
                    
#: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.151&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.DataGenerator&version=0.9.17-ci.151&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.9.17-ci.153 18 5/21/2026
0.9.17-ci.152 20 5/21/2026
0.9.17-ci.151 24 5/21/2026
0.9.17-ci.150 34 5/20/2026
0.9.17-ci.149 35 5/20/2026
0.9.17-ci.148 36 5/19/2026
0.9.17-ci.147 29 5/19/2026
0.9.17-ci.146 36 5/19/2026
0.9.17-ci.145 39 5/19/2026
0.9.17-ci.144 35 5/19/2026
0.9.17-ci.143 47 5/18/2026
0.9.17-ci.142 124 5/18/2026
0.9.17-ci.141 49 5/18/2026
0.9.17-ci.140 149 5/14/2026
0.9.17-ci.139 42 5/14/2026
0.9.17-ci.138 106 5/14/2026
0.9.17-ci.137 65 5/14/2026
0.9.17-ci.136 89 5/13/2026
0.9.17-ci.135 52 5/13/2026
0.9.16 202 4/28/2026
Loading failed