Releases: dotnet/efcore
Releases · dotnet/efcore
.NET 6.0.36
What's Changed
- Update branding to 6.0.36 by @vseanreesermsft in #34806
- [release/6.0] Update dependencies by @AndriySvyryd in #34821
- Merging internal commits for release/6.0 by @vseanreesermsft in #34853
- [release/6.0] Update dependencies from dotnet/arcade by @dotnet-maestro in #34878
Full Changelog: v6.0.35...v6.0.36
.NET 9.0 RC 2
.NET 8.0.10
.NET 6.0.35
.NET 9.0 RC 1
.NET 9.0 Preview 7
.NET 8.0.8
.NET 6.0.33
.NET 9.0 Preview 6
EF Core 8.0.7
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