-
-
Notifications
You must be signed in to change notification settings - Fork 762
prefer string.Join with a char #4566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prefer string.Join with a char #4566
Conversation
devlead
left a comment
There was a problem hiding this 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.
8c6363d to
f0875d3
Compare
|
@SimonCropp your changes have been merged, thanks for your contribution 👍 |
No description provided.