Dapper.FastCrud.ModelGenerator
2.3.2
See the version list below for details.
dotnet add package Dapper.FastCrud.ModelGenerator --version 2.3.2
NuGet\Install-Package Dapper.FastCrud.ModelGenerator -Version 2.3.2
<PackageReference Include="Dapper.FastCrud.ModelGenerator" Version="2.3.2" />
paket add Dapper.FastCrud.ModelGenerator --version 2.3.2
#r "nuget: Dapper.FastCrud.ModelGenerator, 2.3.2"
// Install Dapper.FastCrud.ModelGenerator as a Cake Addin #addin nuget:?package=Dapper.FastCrud.ModelGenerator&version=2.3.2 // Install Dapper.FastCrud.ModelGenerator as a Cake Tool #tool nuget:?package=Dapper.FastCrud.ModelGenerator&version=2.3.2
Entity generation for Dapper.FastCrud from a LocalDb or an MsSqlServer database.
Entity domain partitioning can be achieved via separate template configurations. The installation package provides a sample config file, SampleModelGeneratorConfig.tt.
Do not modify GenericModelGenerator.tt, as future upgrades via NuGet will fail to update this file.
More details are available on the project site.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.3.2:
- CRLF fixed in the model generator
2.3.1:
- BREAKING CHANGE: the logic for marking properties with DatabaseGeneratedAttribute has changed. Please check the docs.
- BREAKING CHANGE: a proprietary DatabaseGeneratedDefaultValueAttribute was introduced, however this must be enabled in the template. Note that this is a Dapper.FastCrud library feature only.
- BREAKING CHANGE: primary keys having their values generated via newid() are marked with DatabaseGenerated(DatabaseGeneratedOption.Identity) in case the generation of the proprietary attribute is turned off.
- compatible with any 2.3.x version of Dapper.FastCrud.
2.1.0:
- compatible with any 2.0.x, 2.1.x or 2.2.x version of Dapper.FastCrud.