We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.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
The text was updated successfully, but these errors were encountered:
It is client side groupby, it will throw error as translation failure in 3.0 Duplicate of #17068
Sorry, something went wrong.
No branches or pull requests
.Net core 3 Preview 8
I get an exception with a very basic query
or
throw an exception: must be reducible node
The text was updated successfully, but these errors were encountered: