You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
What I want, print pretty stack trace message without thorw/catch.
internalsealedclassPatchNoteMakerException:Exception{publicoverridestringStackTrace{get;}publicPatchNoteMakerException(stringmessage):base(message){StackTrace=Environment.StackTrace;}}PatchNoteMakerExceptioneee=newPatchNoteMakerException("This is a test exception!");AnsiConsole.WriteException(eee);// console output:// PatchNoteMakerException: This is a test exception!
Describe the solution you'd like
Currently It seems there is no inject point to pass stack info or render info to output.
I found class CommandAppException but constructor is internal.
It will be good some class to pass stack trace information then print their information without try/catch.
Is your feature request related to a problem? Please describe.
What I want, print pretty stack trace message without thorw/catch.
Describe the solution you'd like
Currently It seems there is no inject point to pass stack info or render info to output.
I found class CommandAppException but constructor is internal.
It will be good some class to pass stack trace information then print their information without try/catch.
Describe alternatives you've considered
Additional context
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: