Skip to content

fixed package license #482

fixed package license

fixed package license #482

Triggered via push September 22, 2024 09:01
Status Success
Total duration 2m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: 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
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)