-
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
Projection fails with "Argument types do not match" error when entity has owned type property #23397
Comments
Error seems to be similar to #22758, but I'm not sure whether it is the same issue. |
Could be fixed in #23309 |
@smitpatel Output from 6.0 daily build. (Haven't been able to get a 5.0.1 daily.)
|
As far as I understand, issue that fixed issue was specifically about client evaluation, right? |
e is Type pattern is getting nav expansion to add include around e for eager loaded navigations which eventually not used. |
When
IsActive
The following query fails with "Argument types do not match" error.
Same query works perfectly fine with EF 3.1. It also works fine if there is no owned type property.
See attached repro project.
Stack trace
EfRepro.zip
The text was updated successfully, but these errors were encountered: