Uh oh!
There was an error while loading. Please reload this page.
Fix loading app-local ICU - #77065
Conversation
ghost
commented
Oct 14, 2022
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 .
|
tarekgh
commented
Oct 14, 2022
/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. |
tarekgh
commented
Oct 14, 2022
/azp run runtime, dotnet-linker-tests, runtime-dev-innerloop |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tarekgh
commented
Oct 17, 2022
The |
tarekgh
commented
Oct 17, 2022
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/3266237250 |
tarekgh
commented
Oct 17, 2022
/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 .