Skip to content

Merge pull request #23 from ladeak/dependabot/nuget/nuget-5b89eb6935 #317

Merge pull request #23 from ladeak/dependabot/nuget/nuget-5b89eb6935

Merge pull request #23 from ladeak/dependabot/nuget/nuget-5b89eb6935 #317

Triggered via push March 10, 2025 08:38
Status Success
Total duration 1m 25s
Artifacts

CI.yml

on: push
build-and-deploy
1m 17s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/HttpsConnectionMiddleware.cs#L29
Field 'HttpsConnectionMiddleware._serverCertificateSelector' is never assigned to, and will always have its default value null
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/TestCHttpServerApplication/Program.cs#L68
Non-nullable property 'A' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/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)