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

[release/9.0] Fix wrong Region Info Names #108524

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 3, 2024

Backport of #108466 to release/9.0

/cc @tarekgh

Customer Impact

  • Customer reported
  • Found internally

[Select one or both of the boxes. Describe how this issue impacts customers, citing the expected and actual behaviors and scope of the issue. If customer-reported, provide the issue number.]

Users trying to create a RegionInfo object using region codes like "AQ", "BV", "CM", "GS", "HM", and "TF" are getting exceptions. This is reported by the Copilot rollout and kind of blocking. We have provided a temporary workaround, but the fix is needed.

Regression

  • Yes
  • No

[If yes, specify when the regression was introduced. Provide the PR or commit if known.]

Testing

Manually tested the failure cases and added new tests to cover the failed cases. Also, the change passed the regression tests too.

[How was the fix verified? How was the issue missed previously? What tests were added?]

Risk

Extremely low, we are not changing any real code more than fixing some typos in our region codes data.

[High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

@tarekgh tarekgh added this to the 9.0.0 milestone Oct 3, 2024
@tarekgh tarekgh self-assigned this Oct 3, 2024
@tarekgh tarekgh added the Servicing-consider Issue for next servicing release review label Oct 3, 2024
@tarekgh tarekgh added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 3, 2024
@tarekgh
Copy link
Member

tarekgh commented Oct 3, 2024

This is approved by email.

@ericstj ericstj merged commit 3429fee into release/9.0 Oct 3, 2024
146 of 152 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants