StronglyTyped.GuidIds
2.0.0
See the version list below for details.
dotnet add package StronglyTyped.GuidIds --version 2.0.0
NuGet\Install-Package StronglyTyped.GuidIds -Version 2.0.0
<PackageReference Include="StronglyTyped.GuidIds" Version="2.0.0" />
paket add StronglyTyped.GuidIds --version 2.0.0
#r "nuget: StronglyTyped.GuidIds, 2.0.0"
// Install StronglyTyped.GuidIds as a Cake Addin #addin nuget:?package=StronglyTyped.GuidIds&version=2.0.0 // Install StronglyTyped.GuidIds as a Cake Tool #tool nuget:?package=StronglyTyped.GuidIds&version=2.0.0
This library includes an Id<T> struct that can be used for typing Guid based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate the content of a variable using both the type name as well as in the variable name.
Product | Versions 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 | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on StronglyTyped.GuidIds:
Package | Downloads |
---|---|
StronglyTyped.GuidIds.Dapper
This is a companion library for to integrate StronglyTyped.GuidIds as a usable type in a Dapper query in an easy way. |
GitHub repositories
This package is not used by any popular GitHub repositories.