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

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

Copy link
Copy Markdown
ContributorAuthor

@dotnet-policy-service agree

Comment threadsrc/EFCore/Extensions/EntityFrameworkQueryableExtensions.cs
Comment threadsrc/EFCore/Extensions/EntityFrameworkQueryableExtensions.cs
@ajcvickers

Copy link
Copy Markdown
Contributor

Thanks for the contribution!

@wertzui

Copy link
Copy Markdown
ContributorAuthor

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

This was referenced Jul 25, 2025
This was referenced Aug 17, 2026
Sign up for freeto 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

@wertzui@ajcvickers@qsdfplkj