EF Core error
#3573
Replies: 1 comment
-
That looks like an EF Core issue. Check the execution plan. Run that as a LINQ statement, without AM. You should get the same result. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
repo: https://github.com/mhamri/ef-int32-bug
applying oData queries on top of projected IQueryable throwing error. this was not the case for the older version.
Source/destination types
source:
destination
Mapping configuration
Version: 10.1.1
Expected behavior
like the previous version return result!
Actual behavior
throwing error
I'm not sure why even there is a nullable value
Steps to reproduce
please check the repo
Beta Was this translation helpful? Give feedback.
All reactions