Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using the types without an automapper #1

Open
develorem opened this issue Apr 30, 2019 · 0 comments
Open

Allow using the types without an automapper #1

develorem opened this issue Apr 30, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@develorem
Copy link
Owner

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.

@develorem develorem added the enhancement New feature or request label Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant