Benevia.Core.DataGenerator 0.10.1-ci.416

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.10.1-ci.416
                    
NuGet\Install-Package Benevia.Core.DataGenerator -Version 0.10.1-ci.416
                    
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.416" />
                    
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.416" />
                    
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.416
                    
#r "nuget: Benevia.Core.DataGenerator, 0.10.1-ci.416"
                    
#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.416
                    
#: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.416&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.DataGenerator&version=0.10.1-ci.416&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 40 9/25/2026
0.10.1-ci.475 38 9/25/2026
0.10.1-ci.474 71 9/25/2026
0.10.1-ci.473 28 9/25/2026
0.10.1-ci.472 35 9/25/2026
0.10.1-ci.471 37 9/25/2026
0.10.1-ci.470 54 9/25/2026
0.10.1-ci.468 41 9/24/2026
0.10.1-ci.467 199 9/23/2026
0.10.1-ci.466 52 9/22/2026
0.10.1-ci.465 52 9/22/2026
0.10.1-ci.464 113 9/22/2026
0.10.1-ci.463 72 9/22/2026
0.10.1-ci.462 60 9/22/2026
0.10.1-ci.461 61 9/21/2026
0.10.1-ci.460 61 9/18/2026
0.10.1-ci.459 56 9/18/2026
0.10.1-ci.458 88 9/18/2026
0.10.1-ci.457 68 9/17/2026
0.10.1-ci.416 71 9/2/2026
Loading failed