Benevia.Core.DataGenerator 0.9.18-ci.232

This is a prerelease version of Benevia.Core.DataGenerator.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Benevia.Core.DataGenerator --version 0.9.18-ci.232
                    
NuGet\Install-Package Benevia.Core.DataGenerator -Version 0.9.18-ci.232
                    
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.18-ci.232" />
                    
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.18-ci.232" />
                    
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.18-ci.232
                    
#r "nuget: Benevia.Core.DataGenerator, 0.9.18-ci.232"
                    
#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.18-ci.232
                    
#: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.18-ci.232&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.DataGenerator&version=0.9.18-ci.232&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.268 40 7/10/2026
0.10.1-ci.267 53 7/10/2026
0.10.1-ci.265 47 7/9/2026
0.10.1-ci.264 41 7/9/2026
0.10.1-ci.263 42 7/9/2026
0.10.1-ci.262 85 7/9/2026
0.10.1-ci.260 45 7/9/2026
0.10.1-ci.259 43 7/9/2026
0.10.0 65 7/8/2026
0.9.18-ci.257 40 7/8/2026
0.9.18-ci.256 39 7/8/2026
0.9.18-ci.255 42 7/7/2026
0.9.18-ci.254 137 7/7/2026
0.9.18-ci.253 53 7/7/2026
0.9.18-ci.251 52 7/6/2026
0.9.18-ci.250 103 7/6/2026
0.9.18-ci.249 59 7/6/2026
0.9.18-ci.248 59 7/6/2026
0.9.18-ci.247 61 7/3/2026
0.9.18-ci.232 66 6/30/2026
Loading failed