Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YamlException.ToString hiddes stack track #999

Open
rosieks opened this issue Oct 25, 2024 · 0 comments · May be fixed by #1000
Open

YamlException.ToString hiddes stack track #999

rosieks opened this issue Oct 25, 2024 · 0 comments · May be fixed by #1000

Comments

@rosieks
Copy link

rosieks commented Oct 25, 2024

The YamlException class overrides the ToString method so that it only displays parsing error of the exception. Typically, in such cases, exceptions also include the exception class name and the stack trace. This change makes debugging more challenging, especially if the developer is unaware that the ToString method’s behavior is non-standard.

@rosieks rosieks linked a pull request Oct 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@rosieks and others