Uh oh!
There was an error while loading. Please reload this page.
Introducing TimeZoneInfo.GetSystemTimeZones(bool skipSorting) - #89985
Conversation
ghost
commented
Aug 4, 2023
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Aug 4, 2023
Tagging subscribers to this area: @dotnet/area-system-datetime Issue DetailsFixes #88691
|
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.
JeroenBer
commented
Aug 5, 2023
@tarekgh Thanks, that is great news! :) Is there any way I can get this build or compile it myself to test it ? Is there any doc for that somewhere ? |
tarekgh
commented
Aug 6, 2023
@mdh1418 could you please help @JeroenBer how he can get Android build? |
Hi @JeroenBer, if you're looking to use a nightly build of the .NET 8 sdk containing the change, its not available yet. We would first need the dotnet/sdk to merge dotnet/sdk#34477. Otherwise, I can try to get you the relevant If you want to try it right now, provided you dont need a signed build, I believe the way to go would be to build https://github.com/xamarin/xamarin-android/tree/main and updating the commit hash pointing towards a build of dotnet/runtime at https://github.com/xamarin/xamarin-android/blob/main/eng/Version.Details.xml Edit: Actually I'm not sure it'll be easy to grab the right pieces for you to work with until the changes flow into |
@JeroenBer it looks like the installer PR merged dotnet/installer#17118, so I believe the main column in the table should be an SDK that contains the change |
Fixes#88691