-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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/6.0] [Android] Fix path to ping
on Android API 21-27
#80121
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #79076 to release/6.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/6.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, please add the Can you also please verify if the CI failures are related or not? |
@simonrozsival have you sent the email to Tactics requesting approval? I can't find it. Friday Jan 13th EOD is the cut-off date for Code Complete for the February release. We want to try to merge all backports in advance so that we have time to monitor the base branch for any unexpected breaks. Reminder that next weekend is a long weekend (Monday is a holiday in the US). |
@carlossanlop I've sent the email today. CI failures are unrelated to this PR (#80029, #79858, #78778) |
Approved by Tactics (6.0.14). |
Backport of #79076 to release/6.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.