Cannot Remove Migration in EF Core 8 Seed Data: The seed entity … cannot be added because a default value was provided for the required property
Using the EF Core 8 command line utility to remove a seed data migration, I get this error:
Cannot Remove Migration in EF Core 8 Seed Data: The seed entity … cannot be added because a default value was provided for the required property
Using the EF Core 8 command line utility to remove a seed data migration, I get this error:
Cannot Remove Migration in EF Core 8 Seed Data: The seed entity … cannot be added because a default value was provided for the required property
Using the EF Core 8 command line utility to remove a seed data migration, I get this error:
Cannot Remove Migration in EF Core 8 Seed Data: The seed entity … cannot be added because a default value was provided for the required property
Using the EF Core 8 command line utility to remove a seed data migration, I get this error:
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.