-
Notifications
You must be signed in to change notification settings - Fork 1.4k
use InvariantCulture with double.TryParse #8853
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
Conversation
|
Does this need a change wave as it may break builds? Btw usually it's best to keep large formatting changes in their own PR if possible |
|
The change is also in PR #8710 which is in a change wave.
The editor auto-format on save with remove trailing space was enabled and I missed it. The changes are all whitespace at the end of a line. I'll make a commit to undo the whitespace change |
|
The formatting changes have been reverted. |
|
PR #8710 contains all the changes that are in this PR. |
Yes. |
|
Thank you @jrdodds |
Fixes #8798
Context
Locale differences can produce different results
Changes Made
Change to use overloads of double.TryParse() that accept an IFormatProvider
Testing
ran unit test suite
Notes