5 references to Uri
Microsoft.DotNet.Arcade.Sdk (5)
src\DownloadFile.cs (5)
66if (string.IsNullOrWhiteSpace(Uri) && (Uris == null || Uris.Count() == 0)) { 67Log.LogError($"Invalid task parameter value: {nameof(Uri)} and {nameof(Uris)} are empty."); 73if (!string.IsNullOrWhiteSpace(Uri)) { 74return DownloadFromUriAsync(Uri).Result; 98Log.LogError($"Failed to download file using addresses in {nameof(Uri)} and/or {nameof(Uris)}.");