Ionut
-
- 15,014 total downloads
- last updated 12/4/2022
- Latest version: 7.0.0
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: // Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data... More information -
- 1,314 total downloads
- last updated 6/9/2021
- Latest version: 5.0.7
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions {... More information -
- 974 total downloads
- last updated 12/6/2021
- Latest version: 6.0.0.1
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: //Migrations Options public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; }... More information -
- 613 total downloads
- last updated 6/9/2021
- Latest version: 5.0.7
Enable Automatic Migrations for Entity Framework Core NetTopologySuite for the Microsoft SQL Server databases. How to use: 1. Enable mapping to spatial types via NTS options.UseSqlServer( @"Data... More information -
- 539 total downloads
- last updated 12/6/2021
- Latest version: 6.0.0
Enable Automatic Migrations for Entity Framework Core NetTopologySuite for the Microsoft SQL Server databases. How to use: 1. Enable mapping to spatial types via NTS... More information