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 modernization - using char instead of string for single-character separators is a performance optimization.

Process Issues:

  • Missing Issue Link: This PR must be linked to an issue describing the modernization effort for .NET 8.0/9.0 compatibility
  • Insufficient Description: PR description should explain the performance benefits and scope of changes
  • CI Status: All checks passing

Recommendation: Please create an issue describing the .NET modernization effort and link it to this PR. Add a proper description explaining the performance benefits.

@devlead devlead force-pushed the prefer-string.Join-with-a-char branch from 8c6363d to f0875d3 Compare October 7, 2025 08:45
@devlead devlead merged commit 67b51ef into cake-build:develop Oct 7, 2025
15 of 16 checks passed
@devlead
Copy link
Member

devlead commented Oct 7, 2025

@SimonCropp your changes have been merged, thanks for your contribution 👍

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.

Optimize string.Join calls to use char separators instead of string separators

2 participants