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 Write(char) instead of Write(string) for single characters.

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

Recommendation:

  1. Fix the build failures first
  2. Create an issue describing the .NET modernization effort and link it to this PR

@devlead devlead merged commit 0233a3c into cake-build:develop Oct 7, 2025
15 of 16 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.

Use char literals instead of string literals for single characters in StreamWriter.Write

2 participants