Merge pull request #17 from ladeak/dependabot/nuget/nuget-77b1b07183 #303
Annotations
11 warnings
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L93
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:
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/Http/CHttpFunctionalTests.cs#L21
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)
|