Skip to content
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

Clean up string formatting in a variety of places #50267

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

stephentoub
Copy link
Member

Mostly just replacing string.Format calls with equivalent interpolated string uses. In some cases, I replaced lots of string creations with a StringBuilder or equivalent.

@stephentoub
Copy link
Member Author

Thanks, @benaadams.

@stephentoub stephentoub force-pushed the stringformat branch 2 times, most recently from 36172ca to 866bc9a Compare March 26, 2021 13:58
Mostly just replacing string.Format calls with equivalent interpolated string uses.  In some cases, I replaced lots of string creations with a StringBuilder or equivalent.
@stephentoub stephentoub merged commit 0c79392 into dotnet:main Apr 5, 2021
@stephentoub stephentoub deleted the stringformat branch April 5, 2021 03:16
@ghost ghost locked as resolved and limited conversation to collaborators May 5, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants