A project to abstract entity ID's so that their underlying type (e.g., string, int, GUID) can be changed at any time with minimal code changes.
Info
| Version: | 1.0.1 |
| Author(s): | Ski-Dive-Dev |
| Last Update: | Sunday, January 10, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Ski-Dive-Dev/EntityIdentifier |
| NuGet Url: | https://www.nuget.org/packages/EntityIdentifier |
Install
Install-Package EntityIdentifier
dotnet add package EntityIdentifier
paket add EntityIdentifier
EntityIdentifier Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
Tags