-
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
[OSX] HybridGlobalization implement locale native functions #84417
Conversation
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsImplemented following native functions for OSX platforms
Contributes to #80689
|
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger Issue DetailsImplemented following native functions for OSX platforms
Contributes to #80689
|
Tagging subscribers to 'os-maccatalyst': @steveisok, @akoeplinger Issue DetailsImplemented following native functions for OSX platforms
Contributes to #80689
|
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.
Shallow review: looks good. I did not read the logic yet, I will make a 2nd round soon.
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
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.
Great job! I will approve when we finish with resolving comments.
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.OSX.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Unix.cs
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeStringData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeStringData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_locale_internal.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeNumberData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_locale_internal.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_locale_internal.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeStringData.h
Outdated
Show resolved
Hide resolved
src/native/libs/System.Globalization.Native/pal_localeNumberData.h
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.
Looks good to me! Thanks :)
Failures are not related. |
Implemented following native functions for OSX platforms
Contributes to #80689
cc @SamMonoRT