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
Per dotnet/runtime#77716 (comment), the approved API for CountBy returns IEnumerable<KeyValuePair<int, TSource>> instead of IEnumerable<(int, TSource)>. SuperLinq should revert the return type to match the corelib approved API to encourage code-compatibility between SuperLinq and corelib.
The text was updated successfully, but these errors were encountered:
Per dotnet/runtime#77716 (comment), the approved API for
CountBy
returnsIEnumerable<KeyValuePair<int, TSource>>
instead ofIEnumerable<(int, TSource)>
. SuperLinq should revert the return type to match the corelib approved API to encourage code-compatibility between SuperLinq and corelib.The text was updated successfully, but these errors were encountered: