How to retrieve Loader Exceptions after running StartProcess #4314
Unanswered
CharliePoole
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running tests using Cake dotnet tool.
StartProcess doesn't throw an exception when the started process fails to load, but simply returns a non-zero rc. The infamous "retrieve the loader exceptions property" message appears.
Since there is no exception to catch, how can I get the info about the types, which were unable to be loaded?
Beta Was this translation helpful? Give feedback.
All reactions