Ionut
-
- 61,264 total downloads
- last updated 5/19/2024
- Latest version: 8.0.5
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 -
- 12,159 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,629 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,689 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
- 971 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