Replies: 1 comment 1 reply
-
|
Are you using rider by any chance? There's an issue where inner exceptions aren't displayed. If you run the via the cli, you should see your inner exceptions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have found myself experiencing the horrors of
TestFailedInitializationException: YourClass.YourMethod failed to initialize Exception doesn't have a stacktracequite a bit lately. While it is a testament to my own code quality, I would like to at have a a cheerful message like 'you tried your best, buddy' when I shoot myself in the foot with my DataSourceGenerator implementation.For instance
Is there a way to provide an error message on initialization failure?
Beta Was this translation helpful? Give feedback.
All reactions