-
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
[release/7.0] [Android] Fix path to ping
on Android API 21-27
#80120
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #79076 to release/7.0 /cc @simonrozsival Customer ImpactTestingRiskIMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsBackport of #79076 to release/7.0 /cc @simonrozsival Customer ImpactTestingRiskIMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
@simonrozsival when this is ready, can you please add the |
@carlossanlop thanks for the reminder. I'll do that as soon as possible. |
@simonrozsival Friday 13th is the last day for merging backports for the February release. Please make sure to send the email to Tactics requesting approval. The sooner we can merge, the more time we have to verify there are no breaks in the base branch. |
@carlossanlop I've sent the email today. The CI failure is unrelated to this PR (#78778). |
Approved by Tactics (7.0.3). |
Backport of #79076 to release/7.0
/cc @simonrozsival
Customer Impact
This issue affects only a subset of customers on older Android versions. The
System.Net.NetworkInformation.Ping
class didn't work in apps running on these systems.Testing
Tested locally on Android emulators with APIs 21-27.
Risk
Low.