Update LICENSE #78
Annotations
1 error and 3 warnings
|
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)
|
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)
|
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)
|
This job failed
Loading