$This a library created to check if the tables defined in an EDM schema are still valid in the live SQL server database and generate an upgrade script for the database if there are a missing fields or missing tables.$.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0 |
Author(s): | attef touina |
Last Update: | Wednesday, April 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/attef/EntityFramework.DbValidator |
NuGet Url: | https://www.nuget.org/packages/EFDbValidator |
Install
Install-Package EFDbValidator
dotnet add package EFDbValidator
paket add EFDbValidator
EFDbValidator Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3 && <= 6.1.3)
- System.Collections.Immutable(>= 1.3.0 && <= 1.3.0)
Tags