-
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
RC2 EF LINQ Query exception #5664
Comments
@miworx please provide repro model and query. |
@divega
The exception occurs on the following line attempting to process the query results: Models:
|
@divega Don't think so. Looks like complex navs. |
might be related to #4539 |
@anpete Is there any update on this? Without a fix, I'm having to remain on RC1 and feeling a little handcuffed! If there's a workaround available, that would help. Thanks! |
This is happening in RTM as well. I can provide an example if needed but only real difference between miworx and mine is I'm using Lambda expressions. |
Not sure if the same root cause, but I'm getting the same error message when using EF 1.0.0 |
This is fixed in current bits |
I have an EF7 LINQ query on RC2 that throws the following exception. This query worked perfectly in RC1
Exception message:
EF Core version: 1.0.0-rc2-3002702
The text was updated successfully, but these errors were encountered: