morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.63k stars 409 forks source link

Hide `CountBy` in net9+ #1020

Open viceroypenguin opened 8 months ago

viceroypenguin commented 8 months ago

net9.0 has added CountBy() overloads that overlap the MoreLinq versions. We should hide them in net9+. Similar to #749.

See: https://github.com/dotnet/runtime/pull/91507