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

Support additional/new .NET LINQ features #25570

Open
1 of 10 tasks
roji opened this issue Aug 18, 2021 · 8 comments
Open
1 of 10 tasks

Support additional/new .NET LINQ features #25570

roji opened this issue Aug 18, 2021 · 8 comments
Assignees
Labels
area-query composite-issue A grouping of multiple related issues into one issue punted-for-7.0 Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints. type-enhancement
Milestone

Comments

@roji
Copy link
Member

roji commented Aug 18, 2021

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

@roji roji added type-enhancement area-query User Story A single user-facing feature. Can be grouped under an epic. labels Aug 18, 2021
@ajcvickers ajcvickers added this to the Epics milestone Aug 20, 2021
@ajcvickers ajcvickers modified the milestones: Epics, 7.0.0 Nov 11, 2021
@ajcvickers ajcvickers changed the title Support new .NET 6.0 LINQ features Support new .NET LINQ features Nov 11, 2021
@radderz
Copy link

radderz commented Jan 3, 2022

Is it possible to add to this the support of .ToDictionary() during a projection given that it is a Linq feature that is missing?
#25986

@roji
Copy link
Member Author

roji commented Jan 3, 2022

@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.

@John0King

This comment was marked as off-topic.

@roji

This comment was marked as off-topic.

@thorgeirk11
Copy link

thorgeirk11 commented Feb 17, 2022

What about the new DistinctBy?

@roji
Copy link
Member Author

roji commented Feb 18, 2022

@thorgeirk11 thanks, opened #27470 to track that, and posted some preliminary analysis.

@luciniga

This comment was marked as off-topic.

@roji

This comment was marked as off-topic.

@ajcvickers ajcvickers added the punted-for-7.0 Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints. label Apr 23, 2022
@ajcvickers ajcvickers modified the milestones: 7.0.0, Backlog Apr 23, 2022
@AndriySvyryd AndriySvyryd modified the milestones: Backlog, Epics Oct 20, 2022
@ajcvickers ajcvickers added the composite-issue A grouping of multiple related issues into one issue label Dec 6, 2022
@ajcvickers ajcvickers modified the milestones: Epics, Backlog Dec 6, 2022
@AndriySvyryd AndriySvyryd removed the User Story A single user-facing feature. Can be grouped under an epic. label Oct 18, 2023
@roji roji changed the title Support new .NET LINQ features Support additional/new .NET LINQ features Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-query composite-issue A grouping of multiple related issues into one issue punted-for-7.0 Originally planned for the EF Core 7.0 (EF7) release, but moved out due to resource constraints. type-enhancement
Projects
None yet
Development

No branches or pull requests

7 participants