DotNetDBTools.DefinitionAnalyzer 0.3.2

dotnet add package DotNetDBTools.DefinitionAnalyzer --version 0.3.2
NuGet\Install-Package DotNetDBTools.DefinitionAnalyzer -Version 0.3.2
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="DotNetDBTools.DefinitionAnalyzer" Version="0.3.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetDBTools.DefinitionAnalyzer --version 0.3.2
#r "nuget: DotNetDBTools.DefinitionAnalyzer, 0.3.2"
#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.
// Install DotNetDBTools.DefinitionAnalyzer as a Cake Addin
#addin nuget:?package=DotNetDBTools.DefinitionAnalyzer&version=0.3.2

// Install DotNetDBTools.DefinitionAnalyzer as a Cake Tool
#tool nuget:?package=DotNetDBTools.DefinitionAnalyzer&version=0.3.2

DotNetDBTools is a set of libraries to define, analyze and deploy (publish migrate) 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 objects for the supported DBMS as c# code or as sql in a declarative way, to analyze it 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.
Agnostic definition for standard sql objects (Tables, Views, Indexes, Triggers) is also supported (as c# code only) and can then be used to publish to any supported DBMS.
   
DotNetDBTools.DefinitionAnalyzer is an analyzer for databases defined using DotNetDBTools.Definition package.

There are no supported framework assets in this 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.

Version Downloads Last updated
0.3.2 534 1/29/2023
0.3.1 398 1/19/2023
0.3.0 369 1/16/2023
0.2.0 763 4/20/2022
0.1.3 511 4/16/2022
0.1.2 745 4/6/2022
0.1.1 610 4/3/2022
0.1.0 547 4/1/2022