BeforeMap not called with open generic #4047
sebastiencozzi
started this conversation in
NA
Replies: 1 comment
-
That's expected. Type converters don't mix with other configuration. You're, in fact, taking over the mapping. |
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
CustomList to List
Mapping configuration
Version: 11.0.1
.NET 6 with automapper 11.0.1
Expected behavior
The BeforeMap callback is called before the TypeConverter
Actual behavior
The BeforeMap callback is not called
Steps to reproduce
https://gist.github.com/sebastiencozzi/b4a667d0965d422c7689d3cb855758d8#file-beforemapopengeneric
Beta Was this translation helpful? Give feedback.
All reactions