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
Something to note is that the name for the key comparer parameter differs (keyComparer vs comparer) and while it may not present a binary compatibility issue, it will be a source compatibility one if someone decides to name the argument at the call site.
net9.0 has added
CountBy()
overloads that overlap the MoreLinq versions. We should hide them in net9+. Similar to #749.See: dotnet/runtime#91507
The text was updated successfully, but these errors were encountered: