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
Uncommenting the line with the AddComparerOverride method solves the issue but the comparer should be able to compare list of Uri natively.
Also, the error message is misleading:
Unable to resolve comparer for type System.Uri. More than one value comparer meet criteria for this type.
It should reference IList of Uri.
Thanks.
The text was updated successfully, but these errors were encountered:
A class like this:
Throws an AmbiguousComparerOverrideResolutionException when compared with this code:
Uncommenting the line with the AddComparerOverride method solves the issue but the comparer should be able to compare list of Uri natively.
Also, the error message is misleading:
It should reference IList of Uri.
Thanks.
The text was updated successfully, but these errors were encountered: