Replies: 1 comment
-
A PR is welcome. |
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.
-
Source/destination types
Mapping configuration
Version: 12.0.0 and 12.0.2-preview.0.4
Expected behavior
configuration.CompileMappings();
wont throw.Actual behavior
Steps to reproduce
Test to reproduce:
It turns out, that Ignore won't taken into account while using IncludeBase, so in
CompileMappings
AutoMapper tries to compileList<long>
toOption<IEnumerable<long>>
. But this conversion won't present in configuration.Ignoring
LongList
explicitly helps.Is it excected behavior or bug?
Beta Was this translation helpful? Give feedback.
All reactions