Skip to content

fixed PauseTokenTest.TestResumeWithoutPause #463

fixed PauseTokenTest.TestResumeWithoutPause

fixed PauseTokenTest.TestResumeWithoutPause #463

Triggered via push September 20, 2024 08:14
Status Success
Total duration 4m 0s
Artifacts
Fit to window
Zoom out
Zoom in

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/RequestConfiguration.cs#L236
Ambiguous reference in cref attribute: 'System.Net.HttpWebRequest.GetRequestStream'. Assuming 'HttpWebRequest.GetRequestStream()', but could have also matched other overloads including 'HttpWebRequest.GetRequestStream(out TransportContext?)'.
build: src/Downloader/ThrottledStream.cs#L23
XML comment has cref attribute 'baseStream' that could not be resolved
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build: src/Downloader.Test/IntegrationTests/DownloadServiceTest.cs#L25
'DownloadServiceTest.DisposeAsync()' hides inherited member 'AbstractDownloadService.DisposeAsync()'. Use the new keyword if hiding was intended.
build: src/Downloader.Test/HelperTests/DummyFileControllerTest.cs#L280
'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#L260
'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#L280
'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/IntegrationTests/ThrottledStreamTest.cs#L42
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: src/Downloader/RequestConfiguration.cs#L236
Ambiguous reference in cref attribute: 'System.Net.HttpWebRequest.GetRequestStream'. Assuming 'HttpWebRequest.GetRequestStream()', but could have also matched other overloads including 'HttpWebRequest.GetRequestStream(out TransportContext?)'.
build: src/Downloader/ThrottledStream.cs#L23
XML comment has cref attribute 'baseStream' that could not be resolved