EFCore.AutomaticMigrations 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package EFCore.AutomaticMigrations --version 1.0.2                
NuGet\Install-Package EFCore.AutomaticMigrations -Version 1.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EFCore.AutomaticMigrations" Version="1.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFCore.AutomaticMigrations --version 1.0.2                
#r "nuget: EFCore.AutomaticMigrations, 1.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EFCore.AutomaticMigrations as a Cake Addin
#addin nuget:?package=EFCore.AutomaticMigrations&version=1.0.2

// Install EFCore.AutomaticMigrations as a Cake Tool
#tool nuget:?package=EFCore.AutomaticMigrations&version=1.0.2                

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;
   }

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on EFCore.AutomaticMigrations:

Package Downloads
Dao.LightFramework

Package Description

TCDev.APIGenerator.Data.SQL

Adds necessary functionality to use MS SQL Server and Azure SQL Instances with the API Generator.

TCDev.APIGenerator.Data.SQLite

Adds necessary functionality to use SQLLite with the API Generator. Rasepi greates fully working CRUD Apis from just models

TCDev.APIGenerator.Data.Postgres

Adds necessary functionality to use Postgres databases with the API Generator. Rasepi greates fully working CRUD Apis from just models

Tools.Webkit

Webkit adds rudimentary quality-of-life improvements to generic C# and ASP.NET development with tools such as logging extensions, mocking, email system and security.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on EFCore.AutomaticMigrations:

Repository Stars
DeeJayTC/net-dynamic-api
A library that turns your model into a fully working API, define your model as markdown (soon), json or c#.
Version Downloads Last updated
9.0.0 268 2/7/2025
8.0.5 13,764 5/19/2024
8.0.0 8,569 11/15/2023
7.0.11 935 10/2/2023
7.0.10 2,350 8/20/2023
7.0.7 1,106 6/14/2023
7.0.5.2 1,854 4/28/2023
7.0.5.1 563 4/27/2023
7.0.5 717 4/12/2023
7.0.4 953 3/27/2023
7.0.3 616 3/27/2023
7.0.2 623 3/27/2023
7.0.1 1,038 3/27/2023
7.0.0 4,176 12/4/2022
6.0.10.1 10,506 10/20/2022
6.0.10 1,341 10/12/2022
6.0.10-rc 557 10/12/2022
6.0.9.1 788 10/12/2022
6.0.8 793 10/12/2022
6.0.7 762 10/12/2022
6.0.6 857 10/12/2022
6.0.5 780 10/12/2022
6.0.4 4,996 4/15/2022
6.0.3.1 2,364 3/22/2022
6.0.3 1,662 3/22/2022
6.0.0.1 1,144 12/6/2021
6.0.0 862 12/6/2021
5.0.0 1,918 11/26/2020
1.0.2 1,105 11/26/2020
1.0.1 3,031 5/11/2020
1.0.0 1,001 4/22/2020

Update code for performance;
Update to support EF Core 3.1.10