Fluxera.StronglyTypedId.JsonNet 9.0.1

Prefix Reserved
dotnet add package Fluxera.StronglyTypedId.JsonNet --version 9.0.1                
NuGet\Install-Package Fluxera.StronglyTypedId.JsonNet -Version 9.0.1                
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="Fluxera.StronglyTypedId.JsonNet" Version="9.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fluxera.StronglyTypedId.JsonNet --version 9.0.1                
#r "nuget: Fluxera.StronglyTypedId.JsonNet, 9.0.1"                
#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 Fluxera.StronglyTypedId.JsonNet as a Cake Addin
#addin nuget:?package=Fluxera.StronglyTypedId.JsonNet&version=9.0.1

// Install Fluxera.StronglyTypedId.JsonNet as a Cake Tool
#tool nuget:?package=Fluxera.StronglyTypedId.JsonNet&version=9.0.1                

Build Status

Fluxera.StronglyTypedId

A library that provides strongly-typed Ids without code generation.

Usage

To implement a strongly-typed ID just inherit from the StronglyTypedId<,> base class. The base class implements all aspects of the ID, like quality and comparablility.

public sealed class PersonId : StronglyTypedId<PersonId, string>
{
	/// <inheritdoc />
	public PersonId(string value) : base(value)
	{
	}
}

Serializer Support

This library provides serializer support for the following libaries:

  • EF Core
  • JSON.NET
  • LiteDB
  • MongoDB
  • System.Text.Json

To use the serializer support just use the UseStronglyTypedId extension method to configure the corresponding serializer.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
9.0.1 72 11/16/2024
9.0.0 75 11/14/2024
8.3.7 76 11/1/2024
8.3.6 98 7/9/2024
8.3.5 82 6/26/2024
8.3.4 93 6/15/2024
8.3.3 39 6/12/2024
8.3.2 86 6/12/2024
8.3.1 89 6/12/2024
8.2.1 85 6/12/2024
8.2.0 102 6/8/2024
8.1.1 108 6/2/2024
8.1.0 99 5/26/2024
8.0.9 107 5/24/2024
8.0.8 103 5/24/2024
8.0.7 110 4/18/2024
8.0.6 126 4/13/2024
8.0.5 100 4/13/2024
8.0.4 105 3/19/2024
8.0.3 124 2/22/2024
8.0.2 179 1/4/2024
8.0.1 203 11/23/2023
8.0.0 146 11/15/2023
7.1.7 198 7/23/2023
7.1.6 166 7/20/2023
7.1.5 156 6/21/2023
7.1.4 196 4/13/2023
7.1.3 236 3/16/2023
7.1.2 269 2/24/2023
7.1.1 317 1/22/2023
7.1.0 306 1/18/2023
7.0.6 308 12/22/2022
7.0.5 302 12/13/2022
7.0.4 294 12/13/2022
7.0.3 325 12/9/2022
7.0.2 365 11/15/2022
7.0.1 364 11/12/2022
7.0.0 359 11/9/2022
6.1.6 426 10/12/2022
6.1.5 457 9/15/2022
6.1.4 444 7/30/2022
6.1.3 456 6/30/2022
6.1.2 442 6/15/2022
6.1.1 443 6/7/2022
6.1.0 455 6/7/2022
6.0.5 451 6/3/2022
6.0.4 447 6/1/2022
6.0.3 454 5/31/2022
6.0.1 440 5/30/2022
6.0.0 450 5/29/2022