EFCore5.0.AutomaticMigrations NuGet Package

Enable Automatic Migrations for Entity Framework Core for SQL Databases.
How to use:

MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait();

public class DbMigrationsOptions
{
public bool AutomaticMigrationDataLossAllowed { get; set; } = true;
public bool AutomaticMigrationsEnabled { get; set; } = true;
}.




Got any EFCore5.0.AutomaticMigrations Question?





Info

Version: 5.0.7
Author(s): Ionut Neagos
Last Update: Wednesday, June 9, 2021
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/EFCore5.0.AutomaticMigrations


Install
Install-Package EFCore5.0.AutomaticMigrations
dotnet add package EFCore5.0.AutomaticMigrations
paket add EFCore5.0.AutomaticMigrations
EFCore5.0.AutomaticMigrations Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

1046