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
Allow value comparers for supertypes of the mapping's type
Necessary for primitive collection, where e.g. the comparer has type
IList<int> but the type mapping is for the concrete List<int>.
Related to/part of dotnet#25364
0 commit comments