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

Add InvariantGlobalization to csproj #16873

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

hishamco
Copy link
Member

If the invariant config switch is not set or it is set false

  • The framework will depend on the OS for the globalization support.
  • On Linux, if the ICU package is not installed, the application will fail to start.

FYI https://learn.microsoft.com/en-us/dotnet/core/runtime-config/globalization

@gvkries
Copy link
Contributor

gvkries commented Oct 13, 2024

I've never heard of this, and reading https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md doesn't make me confident this is a good thing. Doesn't this completely break any globalization support for OC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants