-
Notifications
You must be signed in to change notification settings - Fork 4.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
#76596 update icu version for norwegian culture #77003
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsUpdating icu version after adding "nb-NO" culture in icu filters dotnet/icu#271
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@mkhamoyan is there a test in runtime which validates the culture is there? |
No, I modified and checked locally only. Will add test case checking that. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
[InlineData("nb-NO")] | ||
public void ContainsCulture(string culture) | ||
{ | ||
var cultures = CultureInfo.GetCultures(CultureTypes.AllCultures).ToList(); |
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.
Do you need ToList()
here?
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.
Removed it.
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger Issue DetailsUpdating icu version after adding "nb-NO" culture in icu filters dotnet/icu#271
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Failures are unrelated to the changes. |
Updating icu version after adding "nb-NO" culture in icu filters dotnet/icu#271
Fix #76596