v8.0.7
版本发布时间: 2024-07-10 01:53:23
dotnet/efcore最新发布版本:v9.0.0-preview.7.24405.3(2024-08-14 02:08:32)
EF Core 8.0.7 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- [Missing checks for predicate when simplifying JSON primitive collections](https://github.com/dotnet/efcore/issues/ #33932
- [Discriminator columns are created in Snapshot for wrongly configured TPC mapping strategy](https://github.com/dotnet/efcore/issues/ 33605)
- Breaking Change in 8.0.4: System.InvalidOperationException: The data is NULL at ordinal 0. This method can't be called on NULL values. Check using IsDBNull before calling.
- Wrong mapping of nested complex property with generic types and same property name, resulting in InvalidCastException