jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

Handle Automapper LoadExceptions #77

Open eXpl0it3r opened 1 year ago

eXpl0it3r commented 1 year ago

When auto mapping types in Jobbr.Server and some package isn't matching correctly, Automapper will throw an exception, which then bubbles up to the implementer, which may not even use Automapper, but also won't know what exactly is mismatching, as the actual information is hidden in the LoadException.