DotNetDBTools.DescriptionSourceGenerator
0.1.0
See the version list below for details.
dotnet add package DotNetDBTools.DescriptionSourceGenerator --version 0.1.0
NuGet\Install-Package DotNetDBTools.DescriptionSourceGenerator -Version 0.1.0
<PackageReference Include="DotNetDBTools.DescriptionSourceGenerator" Version="0.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add DotNetDBTools.DescriptionSourceGenerator --version 0.1.0
#r "nuget: DotNetDBTools.DescriptionSourceGenerator, 0.1.0"
// Install DotNetDBTools.DescriptionSourceGenerator as a Cake Addin #addin nuget:?package=DotNetDBTools.DescriptionSourceGenerator&version=0.1.0 // Install DotNetDBTools.DescriptionSourceGenerator as a Cake Tool #tool nuget:?package=DotNetDBTools.DescriptionSourceGenerator&version=0.1.0
DotNetDBTools is a set of libraries to define and deploy relational databases throughout their evolution using database as code approach.
Or in other words - state-based (declarative) database version control tools.
It provides the means to conviniently describe database structure for supported DBMS's in c# code in a declarative way, to analyze that structure and the means of publishing it to the selected DBMS with automatic differences calculation between what's being published and what's currently in the DBMS now.
DotNetDBTools.DescriptionSourceGenerator is a source generator of additional database description classes for databases defined using DotNetDBTools.Definition package.
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.