Skip to content
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

[Android] Avoid using OffsetDateTime on APIs 25 and lower #75196

Merged

Conversation

simonrozsival
Copy link
Member

@simonrozsival simonrozsival commented Sep 7, 2022

The OffsetDateTime class was added in API 26 and we should avoid using it in our MonoRunner code when running on devices with older APIs.

Ref #74459

@ghost
Copy link

ghost commented Sep 7, 2022

Tagging subscribers to 'arch-android': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

The OffsetDateTime class was added in API 26 and we should avoid using it in our MonoRunner code when running on devices with older APIs.

Author: simonrozsival
Assignees: -
Labels:

os-android, area-Build-mono

Milestone: -

@simonrozsival simonrozsival marked this as a duplicate of #7331 Sep 7, 2022
@simonrozsival simonrozsival marked this as not a duplicate of #7331 Sep 7, 2022
@simonrozsival simonrozsival reopened this Sep 7, 2022
@simonrozsival
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@steveisok steveisok self-requested a review September 7, 2022 16:06
@steveisok
Copy link
Member

steveisok commented Sep 7, 2022

The bionic failures are a known issue.

@simonrozsival simonrozsival merged commit a3daf37 into dotnet:main Sep 8, 2022
@simonrozsival simonrozsival deleted the fix-android-sample-older-apis branch September 8, 2022 06:36
@ghost ghost locked as resolved and limited conversation to collaborators Oct 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants