Search code examples
How do I generate migrations for an existing database in .NET 6?...


c#entity-framework-core.net-6.0entity-framework-migrations

Read More
How do I release an Entity Framework Core migration bundle in Azure Devops using Workload Identity F...


azure-devopsentity-framework-coreentity-framework-migrations

Read More
What is the proper approach to do a migration squash in .NET Core?...


.net-coreentity-framework-coreentity-framework-migrations

Read More
How to delete and recreate from scratch an existing EF Code First database...


ef-code-firstentity-framework-migrations

Read More
.NET Core / Entity Framework Core not updating, seemingly referencing a migration history database e...


c#asp.net-coreentity-framework-coreentity-framework-migrations.net-8.0

Read More
No migrations were applied. The database is already up to date. Done...


entity-framework.net-coreentity-framework-migrations

Read More
AutomaticMigrationsEnabled false or true?...


entity-frameworkentity-framework-4entity-framework-migrations

Read More
How to use IDesignTimeDbContextFactory implementation in ASP.NET Core 2.1?...


entity-framework-migrationsasp.net-core-2.1

Read More
How to create two table from one class by EF Core...


asp.net-coreentity-framework-coreef-code-firstentity-framework-migrations

Read More
Fatal error encountered during command execution when using command dotnet ef database update...


asp.netentity-framework-migrations

Read More
Defining the order for an existing table using EF Core and migrations...


sqlsql-serverentity-framework-coreentity-framework-migrations

Read More
The foreign key property 'UserRole.UserId1' was created in shadow state...


entity-frameworkentity-framework-coreasp.net-identityentity-framework-migrations

Read More
Entity Framework applying migration that no longer exists...


c#asp.netentity-framework-coreentity-framework-migrationsmicrosoft-identity-platform

Read More
How to generate EF Core migrations script when ConnectionString is only known after ARM template dep...


azure-devopsentity-framework-coreazure-sql-databaseentity-framework-migrationsazure-rm-template

Read More
EF Migrations: Rollback last applied migration?...


entity-frameworkentity-framework-4database-migrationentity-framework-migrations

Read More
Method userManager.FindByEmailAsync() returns object with empty UserName and Email...


c#asp.net-coreasp.net-web-apiasp.net-identityentity-framework-migrations

Read More
Why does "dotnet ef migrations add" start my application?...


c#entity-framework-migrations.net-6.0asp.net-core-6.0ef-core-6.0

Read More
Why is Microsoft.Data.SqlClient throwing TypeInitializationException when loading Microsoft.Identity...


c#entity-framework-6entity-framework-migrationsassembly-loadingmicrosoft-data-sqlclient

Read More
EF Data migrations won't detect changes when adding new migration...


entity-frameworkentity-framework-migrations

Read More
Command line connection string for EF core database update...


c#asp.net-core.net-coreentity-framework-coreentity-framework-migrations

Read More
Add-Migration command failing with error Entity Framework package is not installed in project while ...


c#entity-framework-coreentity-framework-migrations

Read More
how to set entity's property order to mapping migrations dbscript columns order?...


postgresqlentity-framework-core.net-6.0entity-framework-migrations

Read More
How to handle huge efcore migrations designer files that is slowing down build and IDE...


entity-frameworkentity-framework-coreentity-framework-migrationsentity-framework-core-2.1entity-framework-core-migrations

Read More
EF Core 9 .HasConversion...


c#.net-coreentity-framework-coreentity-framework-migrationsef-core-9.0

Read More
Custom DbContextFactory with DbMigrationsConfiguration...


entity-framework-5dbcontextentity-framework-migrations

Read More
How do you run .NET Framework/EF migrations in an Azure Pipeline?...


azure-devopsazure-pipelinesnugetentity-framework-6entity-framework-migrations

Read More
EF Core creating "Id1" shadow property in migration...


c#entity-framework-coreentity-framework-migrations

Read More
Entity Framework Migrations - How to create a Unit Test to Ensure Migrations Model is up to Date?...


entity-frameworkunit-testingcontinuous-integrationdatabase-migrationentity-framework-migrations

Read More
Execute custom SQL script as part of Entity Framework migration...


sqlentity-framework-coredatabase-migrationentity-framework-migrations

Read More
Run code after all EF Core migrations are applied...


c#.netentity-frameworkentity-framework-coreentity-framework-migrations

Read More
BackNext