-
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
Mac Catalyst: TimeZoneInfo.FindSystemTimeZoneById fails #55941
Comments
Tagging subscribers to this area: @tarekgh, @safern Issue DetailsDescriptionMost (all?) calls to
List of IDs that fail on our tests: https://gist.github.com/rolfbjarne/a0c8be26fa30774ed37892d7af4ecd2e This only seems to happen with Mac Catalyst, none of the other Apple platforms. It's a regression, that happened sometime between 6.0.100-preview.7.21330.1 and 6.0.100-rc.1.21369.3 Ref: xamarin/xamarin-macios#12064 The test that fails: https://github.com/xamarin/xamarin-macios/blob/b4dcee199b30877b1f0e24974ea4e7404e1527db/tests/monotouch-test/Foundation/NSTimeZoneTest.cs#L53 CC @steveisok
|
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsDescriptionMost (all?) calls to
List of IDs that fail on our tests: https://gist.github.com/rolfbjarne/a0c8be26fa30774ed37892d7af4ecd2e This only seems to happen with Mac Catalyst, none of the other Apple platforms. It's a regression, that happened sometime between 6.0.100-preview.7.21330.1 and 6.0.100-rc.1.21369.3 Ref: xamarin/xamarin-macios#12064 The test that fails: https://github.com/xamarin/xamarin-macios/blob/b4dcee199b30877b1f0e24974ea4e7404e1527db/tests/monotouch-test/Foundation/NSTimeZoneTest.cs#L53 CC @steveisok
|
Using dotnet
This is using macOS Big Sur Version 11.4 For what it's worth, I've seen that error message several times when implementing the parsing for #54845 |
@rolfbjarne Do you happen to have another repro for this error? The error message is from |
I traced exception in a test app, and got this:
The |
Description
Most (all?) calls to
TimeZoneInfo.FindSystemTimeZoneById ("X")
fails with:List of IDs that fail on our tests: https://gist.github.com/rolfbjarne/a0c8be26fa30774ed37892d7af4ecd2e
This only seems to happen with Mac Catalyst, none of the other Apple platforms.
It's a regression, that happened sometime between 6.0.100-preview.7.21330.1 and 6.0.100-rc.1.21369.3
Ref: xamarin/xamarin-macios#12064
The test that fails: https://github.com/xamarin/xamarin-macios/blob/b4dcee199b30877b1f0e24974ea4e7404e1527db/tests/monotouch-test/Foundation/NSTimeZoneTest.cs#L53
CC @steveisok
The text was updated successfully, but these errors were encountered: