-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Support additional/new .NET LINQ features #25570
Comments
Is it possible to add to this the support of .ToDictionary() during a projection given that it is a Linq feature that is missing? |
@radderz the above list is about supporting new LINQ operators introduced in .NET. There's nothing new about using ToDictionary in a projection - it's just not something EF Core doesn't currently support. The idea wasn't for this list to track any construct that isn't yet translated. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
What about the new DistinctBy? |
@thorgeirk11 thanks, opened #27470 to track that, and posted some preliminary analysis. |
This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on, but consider also voting for individual issues for things you consider especially important.
Backlog
The text was updated successfully, but these errors were encountered: