Throw when no source property found for destination #295
Closed
EniacMlezi
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This should already be possible by setting the severity of the diagnostics |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to have a way to force all destination members to be mapped or explicitly ignored, like mapster does
When mapping from
Person
toPersonDto
, no source property for 'something
' is found, so the mapper throws.Beta Was this translation helpful? Give feedback.
All reactions