Skip to content

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

Merged
ajcvickers merged 1 commit into
dotnet:mainfrom
wertzui:main
Jan 28, 2024
Merged

Added ToHashSetAsync<T> Extension methods on IQueryable<T>#32905
ajcvickers merged 1 commit into
dotnet:mainfrom
wertzui:main

Conversation

@wertzui

@wertzui wertzui commented Jan 24, 2024

Copy link
Copy Markdown
Contributor

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

wertzui commented Jan 24, 2024

Copy link
Copy Markdown
Contributor Author

@dotnet-policy-service agree

Comment thread src/EFCore/Extensions/EntityFrameworkQueryableExtensions.cs
Comment thread src/EFCore/Extensions/EntityFrameworkQueryableExtensions.cs
@ajcvickers ajcvickers merged commit 8eedf3a into dotnet:main Jan 28, 2024
@ajcvickers

Copy link
Copy Markdown
Contributor

Thanks for the contribution!

@wertzui

wertzui commented Jan 28, 2024

Copy link
Copy Markdown
Contributor Author

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

This was referenced Jul 22, 2025
This was referenced Jun 2, 2026
This was referenced Jun 9, 2026
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