Minimal reproducible example
- Update references to EntityFrameworkCore 9.0.0
dotnet ef migrations script --idempotent --project EfCoreMinimalReproducibleExample --output result/migration_net9.sql
- see generated output
migration_net9.sql
- Update references to EntityFrameworkCore 8.0.11
dotnet ef migrations script --idempotent --project EfCoreMinimalReproducibleExample --output result/migration_net8.sql
- see generated output
migration_net8.sql
With the 8.0.11
package separate transactions are created. 9.0.0
handles this differently: