You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there have been some public classes that were deleted. It seems like these should be listed as breaking changes, possibly along with suggestions for the replacement in efcore 9.
Example 1:
public class Microsoft.EntityFrameworkCore.Storage.Json.JsonCollectionReaderWriter was deleted.
Example 2:
public class Microsoft.EntityFrameworkCore.ChangeTracking.ListComparer was deleted (and seemingly replaced with 3 more specific comparers? i.e. ListOfValueTypesComparer, but has different generic specifiers, so is not a direct replacement?)
Type of issue
Missing information
Description
It seems there have been some public classes that were deleted. It seems like these should be listed as breaking changes, possibly along with suggestions for the replacement in efcore 9.
Example 1:
public
classMicrosoft.EntityFrameworkCore.Storage.Json.JsonCollectionReaderWriter
was deleted.Example 2:
public
classMicrosoft.EntityFrameworkCore.ChangeTracking.ListComparer
was deleted (and seemingly replaced with 3 more specific comparers? i.e.ListOfValueTypesComparer
, but has different generic specifiers, so is not a direct replacement?)Page URL
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/breaking-changes
Content source URL
https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md
Document Version Independent Id
e998ccbd-d125-7bf5-3232-f97447496572
Article author
@ajcvickers
The text was updated successfully, but these errors were encountered: