-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Improve invariant globalization mode to be more complete #43774
Comments
Also related: #20674, which is philosophically a "how do we want |
Libraries can require globalization information to function correctly, for example SqlClient. Currently the way to check if the library is running in invariant mode is |
I would be careful doing that. apps using libraries which they don't control and libraries can be creating non invariant cultures. Apps will not have any choice at that time but not using such libraries. |
We can add compat quirks if we find this to be a problem. |
I am pretty sure we'll get a lot of noises with that and the volume of complain can be none trivial. |
@tarekgh could you add an estimated cost label? https://github.com/dotnet/runtime/labels?q=cost |
@danmosemsft done. |
The improvements to make invariant globalization mode more complete have been suggested since this mode was introduced. This issue extracts information from various existing comments and suggestion for easier .NET6 tracking.
Related issues
The text was updated successfully, but these errors were encountered: