Replies: 1 comment 3 replies
-
The new behaviour makes perfect sense to me. The source member is not mapped anymore because you ignored the matching destination member. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Source/destination types
Mapping configuration
Version: 12.0.0
Expected behavior
In previous versions this mapping worked as I expected.
Actual behavior
In version 12.0.0 this mapping fails with the following exception
Is this a change that I'm unable to find in the documentation?
Steps to reproduce
If I add
.ForSourceMember(src => src.Password, opt => opt.DoNotValidate())
to the code, it will work with version 12.0.0
Beta Was this translation helpful? Give feedback.
All reactions