-
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
Fix loading app-local ICU #77065
Fix loading app-local ICU #77065
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsAwhile ago we had a change #68847 to fix the build breaks because of obsoleted ICU APIs. The fix was changing static binding to the API during the compile time to be a runtime binding. This change work fine except we missed to do some pointer initialization when having app-local ICU .
|
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.
LGTM, thank you!
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp run runtime, dotnet-linker-tests, runtime-dev-innerloop |
Azure Pipelines successfully started running 3 pipeline(s). |
src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.Tests.csproj
Outdated
Show resolved
Hide resolved
src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.Tests.csproj
Outdated
Show resolved
Hide resolved
src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.cs
Outdated
Show resolved
Hide resolved
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.
LGTM
The |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3266237250 |
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3266244962 |
#77045
Awhile ago we had a change #68847 to fix the build breaks because of obsoleted ICU APIs. The fix was changing static binding to the API during the compile time to be a runtime binding. This change work fine except we missed to do some pointer initialization when having app-local ICU .