Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

#32905
Merged
ajcvickers merged 1 commit into
dotnet:maindotnet/efcore:mainfrom
wertzui:mainwertzui/efcore:mainCopy head branch name to clipboard
Jan 28, 2024
Merged

Added ToHashSetAsync<T> Extension methods on IQueryable<T>#32905
ajcvickers merged 1 commit into
dotnet:maindotnet/efcore:mainfrom
wertzui:mainwertzui/efcore:mainCopy head branch name to clipboard

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 20, 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.