Hi there,
When working with custom components, we very regularly run into the error shown in the attached picture. Something is broken, but what? Our solution to find that out is to take out all custom assemblies, and add them back 1 by 1 untuil it break. Then when we found the one that broke it, we look at its dependencies and then ensure we bring in the correct versions of those (often it's because Newtonsoft has been downgraded to 8). Obviously, this is pretty time consuming.
is there any chance the above error message can be improved by walking the tree of LoaderExceptions and add those to the final error message? That would make troubleshooting this *a lot* easier.
Thanks!