Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
for a complex map with many navigation properties and parent child references,
the compilation of the execution plan gets stuck.
I'm using .net 6 with EF 6, not sure how do I debug the issue.
Obviously putting Ignore on all navigation property solve the issue.
ExplicitExpansion doesn't help.
https://github.com/AutoMapper/AutoMapper/blob/bdc0120497d192a2741183415543f6119f50a982/src/AutoMapper/Configuration/MapperConfiguration.cs#L168
It's hard for me to provide a PoC to use for testing since the project is very big.
Beta Was this translation helpful? Give feedback.
All reactions