Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide CountBy in net9+ #1020

Closed
viceroypenguin opened this issue Oct 23, 2023 · 1 comment · Fixed by #1092
Closed

Hide CountBy in net9+ #1020

viceroypenguin opened this issue Oct 23, 2023 · 1 comment · Fixed by #1092
Milestone

Comments

@viceroypenguin
Copy link
Contributor

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

See: dotnet/runtime#91507

@atifaziz atifaziz added this to the vNext milestone Oct 23, 2023
@atifaziz atifaziz modified the milestones: vNext, 4.4.0 Dec 28, 2024
@atifaziz
Copy link
Member

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.

atifaziz added a commit that referenced this issue Dec 28, 2024
This is squashed merge of PR #1092 that closes #1020.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants