Fix tar extraction #81
Annotations
3 warnings
Publish linux-x64 Release - dotnet publish:
src/Aves.Shared/Download/Downloader.cs#L21
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Publish linux-x64 Release - dotnet publish:
src/Aves.Shared/Download/CheckSumDownloader.cs#L96
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Publish linux-x64 Release - dotnet publish:
src/Aves.Shared/Download/CheckSumDownloader.cs#L98
'SHA256CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Loading