-
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
Support ICU on Windows Server 2019 #72656
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsFixes #62329
|
Do we need a breaking change notification for this? This is going to change the globalization behavior for anybody deploying to Windows Server 2019. |
Yes, I am going to file the breaking change issue and link it here. |
The issue also lists |
I didn't mention Server 2016 because it is out of support, but I am testing with it to ensure it will work there too and I can mention it in the breaking change issue too. |
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
FYI, Server 2016 doesn't come with ICU libraries at all. You may look at History of changes to the ICU library in Windows for more info. The change here is not going to affect Server 2016 at all. The only solution for users who are still using Server 2016 and want to use ICU is to use App Local ICU. |
I have filed the breaking change issue dotnet/docs#30319 |
Will this change be for RC1? |
Yes. |
Fixes #62329