Allow you change `DbContext.Database.EnsureCreated()` to `DbContext.Database.Migrate()` after database created without drop data.
Info
| Version: | 1.0.0 |
| Author(s): | Cologler |
| Last Update: | Thursday, June 4, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Jasily/jasily.ef.migrationhistorybuilder-csharp |
| NuGet Url: | https://www.nuget.org/packages/Jasily.EF.MigrationHistoryBuilder |
Install
Install-Package Jasily.EF.MigrationHistoryBuilder
dotnet add package Jasily.EF.MigrationHistoryBuilder
paket add Jasily.EF.MigrationHistoryBuilder
Jasily.EF.MigrationHistoryBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.4)