Closed BanallyMe closed 3 years ago
The idea used to be that you had to pass assemblies to scan, that was a main point of the package, but maybe not so much anymore :)
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
There is an overload of AddAutoMapper using a configurationAction with an IMapperConfiguration argument, but no overload using a configurationAction with an IServiceProvider argument.
Doing
will currently result in a compiler error as there are two overloads with a second params argument. You would have to do something like
which isn't pretty intuitive.