Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] [Android] Fix path to ping on Android API 21-27 - #80121
Conversation
ghost
commented
Jan 3, 2023
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.
|
ghost
commented
Jan 3, 2023
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? |
carlossanlop
commented
Jan 11, 2023
@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). |
simonrozsival
commented
Jan 12, 2023
@carlossanlop I've sent the email today. CI failures are unrelated to this PR (#80029, #79858, #78778) |
carlossanlop
commented
Jan 12, 2023
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.Pingclass didn't work in apps running on these systems.Testing
Tested locally on Android emulators with APIs 21-27.
Risk
Low.