-
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
[iOS] HybridGlobalization Implement missing cases for GlobalizationNative_GetLocaleInfoString #89296
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization |
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoThreeLetterISOInfo.cs
Outdated
Show resolved
Hide resolved
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoThreeLetterISOInfo.cs
Outdated
Show resolved
Hide resolved
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-ioslike |
No commit pushedDate could be found for PR 89296 in repo dotnet/runtime |
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.
Other than the failures, it looks good
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -427,7 +427,10 @@ | |||
<_LinkerFlagsToDrop Include="@(NativeFramework->'-framework %(Identity)')" /> | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Failures are not related. |
Fixes #83514
Contributes to #80689
cc @SamMonoRT