Fluxera.StronglyTypedId.EntityFrameworkCore
8.0.4
Prefix Reserved
See the version list below for details.
dotnet add package Fluxera.StronglyTypedId.EntityFrameworkCore --version 8.0.4
NuGet\Install-Package Fluxera.StronglyTypedId.EntityFrameworkCore -Version 8.0.4
<PackageReference Include="Fluxera.StronglyTypedId.EntityFrameworkCore" Version="8.0.4" />
<PackageVersion Include="Fluxera.StronglyTypedId.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="Fluxera.StronglyTypedId.EntityFrameworkCore" />
paket add Fluxera.StronglyTypedId.EntityFrameworkCore --version 8.0.4
#r "nuget: Fluxera.StronglyTypedId.EntityFrameworkCore, 8.0.4"
#:package Fluxera.StronglyTypedId.EntityFrameworkCore@8.0.4
#addin nuget:?package=Fluxera.StronglyTypedId.EntityFrameworkCore&version=8.0.4
#tool nuget:?package=Fluxera.StronglyTypedId.EntityFrameworkCore&version=8.0.4
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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 is compatible. 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 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 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Fluxera.StronglyTypedId (>= 8.0.4)
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.EntityFrameworkCore (= 6.0.28)
-
net7.0
- Fluxera.StronglyTypedId (>= 8.0.4)
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.EntityFrameworkCore (= 7.0.17)
-
net8.0
- Fluxera.StronglyTypedId (>= 8.0.4)
- JetBrains.Annotations (>= 2023.3.0)
- Microsoft.EntityFrameworkCore (>= 8.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Fluxera.StronglyTypedId.EntityFrameworkCore:
| Package | Downloads |
|---|---|
|
Fluxera.Repository.EntityFrameworkCore
An EntityFramework Core repository implementation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1 | 138 | 4/21/2026 |
| 10.0.0 | 143 | 4/12/2026 |
| 9.2.0 | 773 | 7/28/2025 |
| 9.0.2 | 1,703 | 2/5/2025 |
| 9.0.1 | 832 | 11/16/2024 |
| 9.0.0 | 300 | 11/14/2024 |
| 8.3.7 | 771 | 11/1/2024 |
| 8.3.6 | 1,390 | 7/9/2024 |
| 8.3.5 | 399 | 6/26/2024 |
| 8.3.4 | 469 | 6/15/2024 |
| 8.3.3 | 133 | 6/12/2024 |
| 8.3.2 | 284 | 6/12/2024 |
| 8.3.1 | 330 | 6/12/2024 |
| 8.2.1 | 261 | 6/12/2024 |
| 8.2.0 | 285 | 6/8/2024 |
| 8.1.1 | 366 | 6/2/2024 |
| 8.1.0 | 363 | 5/26/2024 |
| 8.0.9 | 263 | 5/24/2024 |
| 8.0.8 | 286 | 5/24/2024 |
| 8.0.4 | 839 | 3/19/2024 |