Merge branch 'master' of https://github.com/ladeak/Http3Tools #240
Annotations
9 errors and 10 warnings
build-and-deploy:
src/CHttpExecutor/Executor.cs#L18
Using the generic method 'Dictionary<string, string>.GetAlternateLookup<TAlternateKey>()' requires 1 type arguments
|
build-and-deploy:
src/CHttpExecutor/Executor.cs#L20
Using the generic method 'Dictionary<string, VariablePostProcessingWriterStrategy>.GetAlternateLookup<TAlternateKey>()' requires 1 type arguments
|
build-and-deploy:
src/CHttpExecutor/ExecutionPlanBuilder.cs#L252
Using the generic method 'HashSet<string>.GetAlternateLookup<TAlternate>()' requires 1 type arguments
|
build-and-deploy:
src/CHttpExecutor/ExecutionPlanBuilder.cs#L257
Argument 1: cannot convert from 'System.ReadOnlySpan<char>' to 'TAlternate'
|
build-and-deploy:
src/CHttpExecutor/Executor.cs#L18
Using the generic method 'Dictionary<string, string>.GetAlternateLookup<TAlternateKey>()' requires 1 type arguments
|
build-and-deploy:
src/CHttpExecutor/Executor.cs#L20
Using the generic method 'Dictionary<string, VariablePostProcessingWriterStrategy>.GetAlternateLookup<TAlternateKey>()' requires 1 type arguments
|
build-and-deploy:
src/CHttpExecutor/ExecutionPlanBuilder.cs#L252
Using the generic method 'HashSet<string>.GetAlternateLookup<TAlternate>()' requires 1 type arguments
|
build-and-deploy:
src/CHttpExecutor/ExecutionPlanBuilder.cs#L257
Argument 1: cannot convert from 'System.ReadOnlySpan<char>' to 'TAlternate'
|
build-and-deploy
Process completed with exit code 1.
|
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/HeadersHandler.cs#L15
Converting null literal or possible null value to non-nullable type.
|
build-and-deploy:
src/Http3Parts/H3Client.cs#L38
The variable 'ex' is declared but never used
|
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/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.
|