EF Core 8.0.1
EF Core 8.0.1 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- EFC8: Lazy Loading regression on newly created objects
- EfCore 8: Primitive collections in JSON documents error with init
- Buffering error in JSON deserialization with junk data
- Contains fallback translation fails when the array parameter has AsQueryable
- QueryableMethodNormalizingExpressionVisitor does not visit recursively when converting List.Contains to Queryable.Contains
- SqlNullabilityProcessor ignores Contains item visitation
- SensitiveDataLogging with ComplexProperty: Unable to cast RuntimeComplexType to type IEntityType
- JSON materialization code should be resilient to incorrect JSON documents