Entity Framework Core for automatically adding check constraints in various scenarios.
Info
Version: | 8.0.1 |
Author(s): | Shay Rojansky |
Last Update: | Tuesday, January 16, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EFCore.CheckConstraints |
Install
Install-Package EFCore.CheckConstraints
dotnet add package EFCore.CheckConstraints
paket add EFCore.CheckConstraints
EFCore.CheckConstraints Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 5.0.1)
- Microsoft.EntityFrameworkCore.Relational(>= 5.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 5.0.0)
Tags