'Using Automapper in a "plugin" type of component?
I have a site that uses external libraries/dlls that contain services to do various things like retrieve package tracking information. In those libraries I would like to use AutoMapper. Normally I would inject Automapper at startup and the AutoMapper would find the profiles in the application's assembly. Since these are separate assemblies and I want to keep the profiles in each library/assembly how would I go about getting that mapping profile information?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
