Fixed some warnings

This commit is contained in:
2022-04-21 21:20:26 +03:00
parent 22ef6f3427
commit 923d3109ba
3 changed files with 8 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ namespace PluginManager.Online
return s;
}
[System.Diagnostics.CodeAnalysis.SuppressMessage("Interoperability", "CA1416:Validate platform compatibility", Justification = "<Pending>")]
public static async Task DownloadFileAsync(string url, string location, int downloadNumber, int totalToDownload)
{
WebClient client = new WebClient();