Skip to content

Conversation

@SimonCropp
Copy link
Contributor

No description provided.

Copy link
Member

@devlead devlead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request Changes

Technical Review: ✅ Good optimization - using AppendJoin for better performance.

Process Issues:

  • Missing Issue Link: This PR must be linked to an issue describing the modernization effort
  • Insufficient Description: PR description should explain the performance benefits
  • CI Status: All checks passing

Recommendation: Please create an issue describing the .NET modernization effort and link it to this PR.

@devlead devlead changed the title use AppendJoin GH4612: use AppendJoin Oct 7, 2025
@devlead devlead merged commit 1aaf064 into cake-build:develop Oct 7, 2025
15 checks passed
This was referenced Nov 11, 2025
This was referenced Nov 12, 2025
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.

Replace StringBuilder.Append(string.Join()) with StringBuilder.AppendJoin() for better performance

2 participants