Skip to content

breaking changes in GetAlternateLookup #241

breaking changes in GetAlternateLookup

breaking changes in GetAlternateLookup #241

Triggered via push September 18, 2024 20:47
Status Success
Total duration 2m 12s
Artifacts

CI.yml

on: push
build-and-deploy
2m 4s
build-and-deploy
Fit to window
Zoom out
Zoom in

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/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/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)