stidgen 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global stidgen --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local stidgen --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=stidgen&version=1.1.0
nuke :add-package stidgen --version 1.1.0

Strongly Typed ID type Generator

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
Version Downloads Last updated
1.2.1 374 4/17/2021
1.1.0 955 8/17/2018
1.0.0 2,973 5/5/2017
0.5.3 1,579 2/26/2016
0.5.1 1,433 10/15/2015
0.5.0 1,185 9/21/2015
0.4.0 1,134 9/9/2015
0.3.0 1,257 6/3/2015
0.2.0 1,028 6/2/2015
0.1.1 1,027 6/2/2015
0.1.0 1,114 6/2/2015

Make it a dotnet core tool
Optimize interned strings equality and `GetHashCode`.
This can be dangerous if the type is extended and a new constructor is added that doesn't
do interning but the performance gains in access to dictionary and hashtables are worth it.