Skip to content

Bump the nuget group with 3 updates #311

Bump the nuget group with 3 updates

Bump the nuget group with 3 updates #311

Triggered via pull request February 24, 2025 08:51
Status Failure
Total duration 1m 3s
Artifacts

CI.yml

on: pull_request
build-and-deploy
54s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-and-deploy: src/CHttpServer/CHttpServer/Http2Stream.cs#L64
Argument 2: cannot convert from 'method group' to 'System.Action<int>'
build-and-deploy: src/CHttpServer/CHttpServer/Http2Stream.cs#L64
Argument 2: cannot convert from 'method group' to 'System.Action<int>'
build-and-deploy
Process completed with exit code 1.
build-and-deploy: tests/TestWebApplication/Program.cs#L76
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L73
Possible null reference argument for parameter 'transport' in 'DuplexPipeStreamAdapter<SslStream> HttpsConnectionMiddleware.CreateSslDuplexPipe(Stream transport, MemoryPool<byte> memoryPool)'.
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L96
The variable 'e' is declared but never used
build-and-deploy: src/CHttpServer/CHttpServer/Http2Connection.cs#L101
The variable 'e' is declared but never used
build-and-deploy: src/CHttpServer/CHttpServer/Http2Connection.cs#L28
Field 'Http2Connection._streamIdIndex' is never assigned to, and will always have its default value 0
build-and-deploy: src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L29
Field 'HttpsConnectionMiddleware._serverCertificateSelector' is never assigned to, and will always have its default value null
build-and-deploy: tests/CHttp.Tests/AwaiterTests.cs#L17
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-deploy: tests/CHttp.Tests/Http/UploadThrottledStringContentTests.cs#L15
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-deploy: tests/CHttp.Tests/Http/UploadThrottledStringContentTests.cs#L28
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-deploy: tests/CHttp.Tests/Writers/StreamBufferedProcessorTests.cs#L20
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)