-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Behavior changes due to NLS -> ICU switch on Windows #21333
Conversation
@@ -0,0 +1,65 @@ | |||
--- | |||
title: Best practices for displaying and persisting formatted data in .NET |
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.
This file's content is not new - it was just split off from the uber best practices doc.
title: "Best Practices for Using Strings in .NET" | ||
description: Learn how to use strings effectively in .NET applications. | ||
title: "Best Practices for Comparing Strings in .NET" | ||
description: Learn how to compare strings effectively in .NET applications. |
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.
Since 95% of this file was about comparing strings, I think it's much clearer what it's about to say "best practices for comparing strings" rather than "best practices for using strings", which seems pretty vague to me.
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.
This LGTM @gewarren
Thanks for the comments to aid the review. That helped quite a bit.
You can when ready.
Any more feedback before I merge this? |
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.
LGTM, thanks!
Hide whitespace changes in diff
Preview link.