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
At the moment, IEqualityComparerHelperRegistration.RegisterAttributeWithDistinguishedComparer take an IComparer<TComparer, TIntention> as argument. This is most likely wrong, since we may just resolve the comparer from the ioC from the generic type arguments which are passed into the method anyways.
Check if there is a use case where a comparer instance must be set from external
Document
Adjust tests
The text was updated successfully, but these errors were encountered:
At the moment,
IEqualityComparerHelperRegistration.RegisterAttributeWithDistinguishedComparer
take anIComparer<TComparer, TIntention>
as argument. This is most likely wrong, since we may just resolve the comparer from the ioC from the generic type arguments which are passed into the method anyways.The text was updated successfully, but these errors were encountered: