-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: Unit TestsIssues with repo unit tests.Issues with repo unit tests.
Milestone
Description
Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
Fix the warning:
src\Xamarin.Android.Build.Tasks\Tests\Xamarin.ProjectTools\Common\DownloadedCache.cs(36,5): warning SYSLIB0014: 'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
This API is synchronous, but maybe we can use Task.Result or Task.Wait() in a way to make them synchronous?
Copilot
Metadata
Metadata
Assignees
Labels
Area: Unit TestsIssues with repo unit tests.Issues with repo unit tests.