Hey
I have some problems with MessageHierarchy class when doing integration tests with NServiceBus. MH is eagerly checking each and every assembly in the app domain looking for messages and for some reasons it crashes on some non-ES assemblies. I’ve added a temporary workaround to skip loading these assemblies (try-catch-log) but I think there should be a better solution.
How about only loading ES assemblies?
Szymon