-
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
Problems with GroupBy #26046
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
ef6-parity
type-bug
Milestone
Comments
1 wouldn't work since GroupBy is final result operator. |
1 works on EF6. Where are we tracking making it work in EF Core? Also, throwing |
#19929 |
smitpatel
added a commit
that referenced
this issue
Sep 15, 2021
3rd was good catch. Identifiers for collection projection got mangled up. |
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Sep 15, 2021
smitpatel
added a commit
that referenced
this issue
Sep 15, 2021
ajcvickers
pushed a commit
that referenced
this issue
Sep 16, 2021
smitpatel
added a commit
that referenced
this issue
Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
ef6-parity
type-bug
I don't understand what I'm seeing, so recording here for @smitpatel
When run against EF6 (as opposed to EF Core 6.0), all these queries return the same results as L2O, although EF6 ignores the Include. None of them seem to work correctly with EF Core.
Model at end.
1
L2O
EF Core
2
L2O
EF Core
3
L2O
EF Core
Test code:
The text was updated successfully, but these errors were encountered: