Sign in Sign up
nuget

EFCore.AutomaticMigrations

Enable Automatic Migrations for Entity Framework Core for SQL Databases without manual migration files. The package support following ways to apply/view-applied migrations: ### Context methods * Execute(TContext context); * Execute(TContext context, TMigrationsOptions options); * ExecuteAsync(TContext context, CancellationToken cancellationToken); * ExecuteAsync(TContext context, TMigrationsOptions options, CancellationToken cancellationToken); ### Extensions methods * MigrateToLatestVersion<TContext, TMigrationsOptions>(this TContext context); * MigrateToLatestVersion<TContext, TMigrationsOptions>(this TContext context, TMigrationsOptions options); * MigrateToLatestVersionAsync<TContext, TMigrationsOptions>(this TContext context, CancellationToken cancellationToken); * MigrateToLatestVersionAsync<TContext, TMigrationsOptions>(this TContext context, TMigrationsOptions options, CancellationToken cancellationToken);

nuget View on Nuget

Activity

Latest release
3mo ago
Total releases
33
Cadence
~17 days
Last 12 months
2

Details

License
MIT
First release
Apr 22, 2020
Releases
Version Released
10.0.1-preview pre
10.0.0 major
9.0.0 major
8.0.5 patch
8.0.0 major
7.0.11 patch
7.0.10 patch
7.0.7 patch
7.0.5.2 patch
7.0.5.1 patch
7.0.5 patch
7.0.4 patch
7.0.3 patch
7.0.2 patch
7.0.1 patch
7.0.0 major
6.0.10.1 patch
6.0.10 patch
6.0.9.1 patch
6.0.8 patch
6.0.7 patch
6.0.6 patch
6.0.5 patch
6.0.10-rc pre
6.0.4 patch
6.0.3.1 patch
6.0.3 patch
6.0.0.1 patch
6.0.0 major
5.0.0 major
1.0.2 patch
1.0.1 patch
1.0.0 initial