fix rebuilding DownloadPackage.Storage issue #503
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Downloader/ConcurrentStream.cs#L19
Missing XML comment for publicly visible type or member 'ConcurrentStream.Stream'
|
build:
src/Downloader/ConcurrentStream.cs#L23
Missing XML comment for publicly visible type or member 'ConcurrentStream.IsDisposed'
|
build:
src/Downloader/ConcurrentStream.cs#L19
Missing XML comment for publicly visible type or member 'ConcurrentStream.Stream'
|
build:
src/Downloader/ConcurrentStream.cs#L23
Missing XML comment for publicly visible type or member 'ConcurrentStream.IsDisposed'
|
build:
src/Downloader.Test/GlobalUsings.cs#L17
The using directive for 'Downloader.Test.Helper' appeared previously in this namespace
|
build:
src/Downloader.Test/UnitTests/TaskStateManagementTest.cs#L3
Parameter 'output' is unread.
|
build:
src/Downloader.Test/HelperTests/DummyFileControllerTest.cs#L272
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
src/Downloader.Test/UnitTests/RequestTest.cs#L253
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
src/Downloader.Test/UnitTests/RequestTest.cs#L273
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
src/Downloader/ConcurrentStream.cs#L19
Missing XML comment for publicly visible type or member 'ConcurrentStream.Stream'
|