Update CI.yml #239
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/Http3Parts/H3Client.cs#L38
The variable 'ex' is declared but never used
|
build-and-deploy:
src/Http3Parts/HeadersHandler.cs#L15
Converting null literal or possible null value to non-nullable type.
|
build-and-deploy:
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-and-deploy:
src/Http3Parts/H3Client.cs#L267
Dereference of a possibly null reference.
|
build-and-deploy:
src/Http3Parts/H3Client.cs#L22
The event 'H3Client.OnFrame' is never used
|
build-and-deploy:
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-and-deploy:
tests/Http3Parts.Tests/H3ClientTests.cs#L120
'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-and-deploy:
tests/Http3Parts.Tests/H3ClientTests.cs#L108
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build-and-deploy:
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)
|