Bump the nuget group with 2 updates #304
Annotations
10 warnings
Build:
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:
src/CHttpServer/CHttpServer/Http2Connection.cs#L93
The variable 'e' is declared but never used
|
Build:
src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L73
Possible null reference argument for parameter 'transport' in 'DuplexPipeStreamAdapter<SslStream> HttpsConnectionMiddleware.CreateSslDuplexPipe(Stream transport, MemoryPool<byte> memoryPool)'.
|
Build:
src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L96
The variable 'e' is declared but never used
|
Build:
src/CHttpServer/CHttpServer/Http2Connection.cs#L28
Field 'Http2Connection._streamIdIndex' is never assigned to, and will always have its default value 0
|
Build:
src/CHttpServer/CHttpServer/HttpsConnectionMiddleware.cs#L29
Field 'HttpsConnectionMiddleware._serverCertificateSelector' is never assigned to, and will always have its default value null
|
Build:
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:
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:
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)
|
Build:
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)
|
Loading