2 references to DownloadFromUriAsync
Microsoft.DotNet.Arcade.Sdk (2)
src\DownloadFile.cs (2)
83
return
DownloadFromUriAsync
(Uri, destinationPath).Result;
106
if (
DownloadFromUriAsync
(uri, destinationPath).Result)