--no-build #266
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/Http3Parts/HeadersHandler.cs#L15
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Http3Parts/H3Client.cs#L38
The variable 'ex' is declared but never used
|
Build:
src/Http3Parts/H3Client.cs#L264
Possible null reference argument for parameter 'connectionCtx' in 'Task H3Client.ReadAsync(ConnectionContext connectionCtx, QuicStream clientStream, bool incoming, CancellationToken token)'.
|
Build:
src/Http3Parts/H3Client.cs#L267
Dereference of a possibly null reference.
|
Build:
src/Http3Parts/H3Client.cs#L22
The event 'H3Client.OnFrame' is never used
|
Build:
tests/CHttp.Tests/HttpServer.cs#L25
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
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/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