Make it possible to (easily) figure out if a configuration can map between types #3917
erik-kallen
started this conversation in
NA
Replies: 1 comment 8 replies
-
https://docs.automapper.org/en/latest/Configuration-validation.html |
Beta Was this translation helpful? Give feedback.
8 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.
-
It would be nice with a method
IConfigurationProvider.CanMap(Type sourceType, Type destinationType)
.I want this because I have tests that validate that a mapper will be able to perform all mappings I will be asking it to do.
Beta Was this translation helpful? Give feedback.
All reactions