Closed
Description
The base .Net framework, starting in .Net Framework 4.7.1, and .Net Core 2.0, includes its own IEnumerable extension method, .ToHashSet(). It should be removed from MoreLinq with a compiler flag for 4.7.1+ and Core 2.0+. Currently, it's easy to end up in a place where you can't compile if you have using statements for both System.Linq
and MoreLinq
.
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.tohashset?view=netframework-4.8
Metadata
Metadata
Assignees
Labels
No labels