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
Unhandled exception. System.InvalidOperationException: Unbalanced markup stack. Did you forget to close a tag?
at Spectre.Console.MarkupParser.Parse(String text, Style style) in /_/src/Spectre.Console/Internal/Text/Markup/MarkupParser.cs:line 55
at Spectre.Console.Markup..ctor(String text, Style style) in /_/src/Spectre.Console/Widgets/Markup.cs:line 42
at Spectre.Console.FallbackStatusRenderer.Update(ProgressContext context) in /_/src/Spectre.Console/Live/Progress/Renderers/FallbackStatusRenderer.cs:line 27
at Spectre.Console.ProgressContext.Refresh() in /_/src/Spectre.Console/Live/Progress/ProgressContext.cs:line 177
at Spectre.Console.ProgressRefreshThread.Run() in /_/src/Spectre.Console/Live/Progress/ProgressRefreshThread.cs:line 45
Describe the Bug
I am encountering the same issue as in #31.
Steps to Reproduce
In repo https://github.com/alexaka1/serilog-extensions/tree/feature/trx-logger on the trx-logger branch, see the
Tests
action workflow.Expected Behavior
Exception with Stack Trace
Version Info
0.4.5
Additional Info
The workflow of this branch uploads the TRX files as an artifact for investigation.
https://github.com/alexaka1/serilog-extensions/actions/runs/12088363249
One of my tests outputs a lot of text to the
ITestOutputHelper
, maybe that is what's causing the issue.The text was updated successfully, but these errors were encountered: