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

Add AsyncEnumerable.AverageAsync extensions #343

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Add AsyncEnumerable.AverageAsync extensions #343

merged 1 commit into from
Jan 18, 2024

Conversation

timcassell
Copy link
Owner

#294

I left out overloads with selector functions that System.Linq has, because it resulted in an extra 80 overloads (90 total!). Users can simply use .Select query before the .AverageAsync instead.

@timcassell timcassell added the enhancement New feature or request label Jan 18, 2024
@timcassell timcassell added this to the v2.7.0 milestone Jan 18, 2024
@timcassell timcassell self-assigned this Jan 18, 2024
@timcassell timcassell merged commit 9964c21 into master Jan 18, 2024
112 checks passed
@timcassell timcassell deleted the average branch January 18, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant