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
Hopefully, this is not my own fault in some way, but it does appear that reset sequences for the exception message and following stacktraces are written on the next line, instead at the end of the current line. To illustrate the issue:
This also results in the situation that ::endgroup:: is not recognized by GitHubActions, since it's prefixed with the reset sequence.
Hopefully, this is not my own fault in some way, but it does appear that reset sequences for the exception message and following stacktraces are written on the next line, instead at the end of the current line. To illustrate the issue:
This also results in the situation that
::endgroup::
is not recognized by GitHubActions, since it's prefixed with the reset sequence.My guess is that this here:
serilog-sinks-console/src/Serilog.Sinks.Console/Sinks/SystemConsole/Output/ExceptionTokenRenderer.cs
Lines 42 to 48 in 7ecfd08
Should rather be:
It doesn't break any tests. Let me know if you agree and want a PR.
The text was updated successfully, but these errors were encountered: