EF Core 5.0.2
This is a patch release of EF Core 5.0 containing only important bug fixes.
Change tracking
Migrations
- Model (seed) data with newlines may result in SQL exceptions
- Migration concatenates strings that are escaped
- SQLite Migrations: Missing table name quotes during rebuild
- Foreign keys for tables marked as ExcludeFromMigrations regenerated in every migrations
Model building
- TPH where derived entities each have Required Owned Entities with Required / Non-Nullable Properties throws SqlException
- Error using case-mismatched mapped properties in many to many relationship
- EntityTypeBuilder: .IsRequired() is ignored if used after .OnDelete()