Uh oh!
There was an error while loading. Please reload this page.
[iOS] HybridGlobalization Implement missing cases for GlobalizationNative_GetLocaleInfoString - #89296
Conversation
ghost
commented
Jul 21, 2023
Tagging subscribers to this area: @dotnet/area-system-globalization |
ghost
commented
Jul 21, 2023
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos |
mkhamoyan
commented
Jul 24, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 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.
mkhamoyan
commented
Jul 25, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 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.
mkhamoyan
commented
Jul 28, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Jul 28, 2023
/azp run runtime-ioslike |
No commit pushedDate could be found for PR 89296 in repo dotnet/runtime |
ilonatommy
left a comment
There was a problem hiding this comment.
Other than the failures, it looks good
mkhamoyan
commented
Jul 28, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Jul 31, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mkhamoyan
commented
Jul 31, 2023
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| <LinkerArg Remove="@(_LinkerFlagsToDrop)" /> | ||
| <ExtraAppLinkerArgs Include="@(LinkerArg)" /> | ||
| <GlobalizationNativeLibs Include="$(MicrosoftNetCoreAppRuntimePackDir)runtimes/$(TargetOS)-$(TargetArchitecture)/native/icudt.dat" /> | ||
| <GlobalizationNativeLibs Include="$(MicrosoftNetCoreAppRuntimePackDir)runtimes/$(TargetOS)-$(TargetArchitecture)/native/icudt.dat; |
There was a problem hiding this comment.
Looks good! Can you push your changes to the mirror azdo dotnet/runtime and invoke the iOS perf jobs in the https://dev.azure.com/dnceng/internal/_build/results?buildId=2233228&view=results?
I don't think any additional changes are needed for the sample app, but would be good to confirm that.
There was a problem hiding this comment.
https://dev.azure.com/dnceng/internal/_build/results?buildId=2233344&view=results
When it will finish, we can check and proceed with merging this PR.
mkhamoyan
commented
Aug 1, 2023
Failures are not related. |
Fixes#83514
Contributes to #80689
cc @SamMonoRT