Ionut
-
- 67,691 total downloads
- last updated 2/7/2025
- Latest version: 9.0.0
Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class... More information -
- 16,302 total downloads
- last updated 4/13/2023
- Latest version: 7.0.5
Enable Automatic Migrations for Entity Framework Core NetTopologySuite for the Microsoft SQL Server databases. How to use: Enable mapping to spatial types via NTS options.UseSqlServer( @"Data... More information -
- Deprecated
- 2,665 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 -
- Deprecated
- 1,711 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 -
- Deprecated
- 1,078 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