This is a patch release of EF Core 6.0 containing only important bug fixes:
- DateTime with z suffix is not respected when reading entities
- 'The object has been removed from the model.' when building model
- EF Core 6.0 regression when using HasDefaultSchema() with ToTable(null)
- Variable names must be unique within a query batch or stored procedure
- Stack overflow when using circular composite key dependencies
- SqliteConnectionFactory.cs is not thread-safe
- EF Core 6.0 InvalidOperationException: The object has been removed from the model
- Subquery.Contains throws when the type of item is value type
- Query with n:m relation adds non-existent column
- InvalidOperationException "sequence contains no matching element" in TableReferenceExpression.get_Table
- Update from 5.0.1 to 6.0breaks all SqliteConnection
- Scaffolder throws error if junction table foreign key columns have identical names
- EFCore 6 - NullReferenceException upon EnsureDeleted
- Non-nullable value comparer can't be applied on nullable type
- Exception in SQL server query in EF Core 6, looks related to HasQueryFilter(), worked in EF Core 5
- RC2 Sqlite provider no longer clears temporary files on exit
- The dotnet ef dbcontext scaffold command does not print all expected logs