You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People should be able inject IMapper and have it used discovered ExplicitMappers but not fall back to an auto mapper.
They should still be able to leverage the assembly scanning to get the explicit mappers registered.
When the mapper is called, if no IAutoMapper configured, and an explicit mapper was not found, then it will throw an exception.
The text was updated successfully, but these errors were encountered:
People should be able inject
IMapper
and have it used discovered ExplicitMappers but not fall back to an auto mapper.They should still be able to leverage the assembly scanning to get the explicit mappers registered.
When the mapper is called, if no
IAutoMapper
configured, and an explicit mapper was not found, then it will throw an exception.The text was updated successfully, but these errors were encountered: