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?)