Relative Content

Tag Archive for c#entity-frameworkentity-framework-migrations

EF 8 Migrations adds AlterColumn to every column, for subsequent migrations

I have an old application in .Net Core 3.1 and EF Core 3.1. I have succesfully migrated to .net 8 and EF Core 8. The migrations folder was HUGE, so I reset the migrations, deleting all records in the [__EFMigrationsHistory] table and deleted the migration folder (the migrations folder is in a separate project.