-
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
[tvOS][globalization] Missing support for ICU #50912
Comments
Tagging subscribers to this area: @tarekgh, @safern Issue DetailsDescription#49406 added ICU support for iOS (in P3). However similar support for tvOS was not added and runs into the same issue (stuck with invariant). Note: it's unclear is Catalyst apps will be allowed (for App Store) to use the system ICU like it's being done for macOS. If Catalyst apps goes thru the same review process as iOS apps then ICU support will also be needed. Configuration
Regression?Yes. Legacy Xamarin.tvOS SDK supports globalization. Other information
|
c.c. @steveisok |
and re-enable some tests for dotnet Part of the fix for dotnet#8906 Known Issues * [some Calendar are not the expected ones](dotnet/runtime#50859) * [No support for tvOS](dotnet/runtime#50912)
I validated the icu bits are in the tvOS runtime pack feed. What errors are you seeing? |
The
|
Description
#49406 added ICU support for iOS (in P3). However similar support for tvOS was not added and runs into the same issue (stuck with invariant).
Note: it's unclear is Catalyst apps will be allowed (for App Store) to use the system ICU like it's being done for macOS. If Catalyst apps goes thru the same review process as iOS apps then ICU support will also be needed.
Configuration
Regression?
Yes. Legacy Xamarin.tvOS SDK supports globalization.
Other information
The text was updated successfully, but these errors were encountered: