Replies: 1 comment 1 reply
-
https://docs.automapper.org/en/latest/Queryable-Extensions.html#supported-mapping-options |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When I use ProjectTo I get:
Meanwhile this works fine with the above configuration:
Is it because the items when using Mapper.Map are already loaded in memory?
Or should that code als be able to work with ProjectTo, and this is a bug?
Or is it because of some other reason?
I also tried using custom value resolvers while using ProjectTo and the result was the same.
Beta Was this translation helpful? Give feedback.
All reactions