Skip to content

Fix HandlerGraph.WriteToConsole escaping#2025

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
lahma:fix-HandlerGraph-escapes
Jan 13, 2026
Merged

Fix HandlerGraph.WriteToConsole escaping#2025
jeremydmiller merged 1 commit intoJasperFx:mainfrom
lahma:fix-HandlerGraph-escapes

Conversation

@lahma
Copy link
Copy Markdown
Contributor

@lahma lahma commented Jan 13, 2026

  • chain.MessageType.ToMessageTypeName() could end with [] when method takes a batch and has array type for message (this was correctly escaped inside another if)
  • in Join(", ")}.EscapeMarkup() escape was outside if interpolation
  • using helper method and shared formatting to reduce repetition

* chain.MessageType.ToMessageTypeName() could end with [] when method takes a batch and has array type for message
* in Join(", ")}.EscapeMarkup() escape was outside if interpolation
* using helper method and shared formatting to reduce repetition
@jeremydmiller jeremydmiller merged commit 69e623b into JasperFx:main Jan 13, 2026
@lahma lahma deleted the fix-HandlerGraph-escapes branch January 13, 2026 12:41
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 this pull request may close these issues.

2 participants