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

Added ToHashSetAsync<T> Extension methods on IQueryable<T> #32905

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

wertzui
Copy link
Contributor

@wertzui wertzui commented Jan 24, 2024

Added ToHashSetAsync Extension methods on IQueryable

  • Added ToHashSetAsync(this IQueryable source, CancellationToken cancellationToken = default)
  • Added ToHashSetAsync(this IQueryable source, IEqualityComparer? comparer, CancellationToken cancellationToken = default)

Fixes #30033

@wertzui
Copy link
Contributor Author

wertzui commented Jan 24, 2024

@dotnet-policy-service agree

@ajcvickers ajcvickers merged commit 8eedf3a into dotnet:main Jan 28, 2024
7 checks passed
@ajcvickers
Copy link
Contributor

Thanks for the contribution!

@wertzui
Copy link
Contributor Author

wertzui commented Jan 28, 2024

Thanks for approving it, I wanted to have ToHashSetAsync for quite some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ToHashSetAsync() to IQueryable<T>
3 participants