Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. |
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.
-
Source/destination types
Mapping configuration
Version: 13.0.1
Expected behavior
config.AssertConfigurationIsValid()
should throw an exception because the reverse mapping (fromINodePowerLine
toINodeSettings
) is invalid -- the fieldsIP
andInvertSignal
got default values anyway.Actual behavior
Steps to reproduce
Test:
Prove that the reverse mapping from
INodePowerLine
toINodeSettings
is invalid -- the fieldsIP
andInvertSignal
got default values:Also LINQPad snippet: https://share.linqpad.net/t3lacfn7.linq
Beta Was this translation helpful? Give feedback.
All reactions