-
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
Modifying query for mapped type inside generic method with interface constraint throws "could not be translated" #20097
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Comments
@smitpatel Still repros on recent daily build:
|
smitpatel
added a commit
that referenced
this issue
Mar 10, 2020
smitpatel
added a commit
that referenced
this issue
Mar 12, 2020
This was referenced Mar 16, 2020
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.
customer-reported
type-bug
Steps to reproduce
Additinal information
And I've got similar exception if I use OrderBy instead of Where.
If I change interface to be an abstract class everything works fine.
In EF Core version 2.2.6 everything works fine.
Further technical details
EF Core version: 3.1.2
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Full exception text
Source code
The text was updated successfully, but these errors were encountered: