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

GroupBy Issue #17612

Closed
Julien-Marpault opened this issue Sep 4, 2019 · 1 comment
Closed

GroupBy Issue #17612

Julien-Marpault opened this issue Sep 4, 2019 · 1 comment

Comments

@Julien-Marpault
Copy link

.Net core 3 Preview 8

I get an exception with a very basic query

var reviews = _context.Reviews.GroupBy(g => g.UserId).ToList();

or

var reviews = _context.Reviews.GroupBy(g => g.UserId).FirstOrDefault();

throw an exception: must be reducible node

@smitpatel
Copy link
Member

It is client side groupby, it will throw error as translation failure in 3.0
Duplicate of #17068

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants