Skip to content

Fix missing bracket in LogStartingActivity log message#2498

Merged
jeremydmiller merged 1 commit intomainfrom
fix/log-starting-activity-bracket
Apr 12, 2026
Merged

Fix missing bracket in LogStartingActivity log message#2498
jeremydmiller merged 1 commit intomainfrom
fix/log-starting-activity-bracket

Conversation

@jeremydmiller
Copy link
Copy Markdown
Member

Summary

  • Fixes missing closing ) in the log template for messages with an Id member — was producing ({EnvelopeId} with ... instead of ({EnvelopeId}) with ...
  • Updates the test assertion in auditing_determination.use_audit_member_named_id_and_disambiguate to match the corrected output

Based on @lyall-sc's fix in #2496, with the addition of the test update needed to pass CoreTests.

Test plan

  • dotnet test src/Testing/CoreTests/ --framework net9.0 — all 1289 tests pass

Closes #2496

🤖 Generated with Claude Code

The log template for messages with an "Id" member was missing the
closing parenthesis after {EnvelopeId}, producing malformed log output.
Also updates the corresponding test assertion to match the corrected
output.

Original fix by @lyall-sc in #2496.

Co-Authored-By: lyall-sc <182926846+lyall-sc@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant