StronglyTypedId.Generator
0.2.0
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package StronglyTypedId.Generator --version 0.2.0
NuGet\Install-Package StronglyTypedId.Generator -Version 0.2.0
<PackageReference Include="StronglyTypedId.Generator" Version="0.2.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StronglyTypedId.Generator --version 0.2.0
#r "nuget: StronglyTypedId.Generator, 0.2.0"
// Install StronglyTypedId.Generator as a Cake Addin #addin nuget:?package=StronglyTypedId.Generator&version=0.2.0 // Install StronglyTypedId.Generator as a Cake Tool #tool nuget:?package=StronglyTypedId.Generator&version=0.2.0
Contains code generator for strongly-typed IDs. See project site for installation instructions and more details.
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.
Features:
* Added support for .NET Core 3.1, and converted to using CodeGeneration.Roslyn.Tool instead of dotnet-codegen (thanks Bartłomiej Oryszak!)
* Added support for generating System.Text.Json JsonConverters (thanks Bartłomiej Oryszak!)
* Added support for long backing type (thanks Bartłomiej Oryszak!)
See https://github.com/andrewlock/StronglyTypedId/blob/master/CHANGELOG.md#v020 for more details.