commandline icon indicating copy to clipboard operation
commandline copied to clipboard

ReferenceEqualityComparer is ambigous with .NET 5.0

Open NN--- opened this issue 4 years ago • 0 comments

There would be a problem once library is compiled with .NET 5.0.

It should be under #if less than NET5.0

https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.referenceequalitycomparer?view=net-5.0

NN--- avatar Jun 14 '21 10:06 NN---