-
Notifications
You must be signed in to change notification settings - Fork 855
Aspire CLI: Markdown errors #13787
Copy link
Copy link
Closed
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
I have a custom publisher that logs some debug info via ILogger<T>.LogDebug("{x}, "<some json here>"). When I run aspire deploy I receive the following error:
An unexpected error occurred: Unbalanced markup stack. Did you forget to close a
[2026-01-06T15:30:03.837Z] tag?
Expected Behavior
User arguments passed to the logger should be properly escaped to prevent markdown errors.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
10.0.101
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners