Skip to content

Adding exe suffix

Adding exe suffix #195

Triggered via push June 30, 2024 17:22
Status Failure
Total duration 1m 6s
Artifacts

CI.yml

on: push
build-and-deploy
56s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-deploy: src/Http3Parts/H3Client.cs#L272
Http3Parts.Tests.H3ClientTests.Test_VanillaRequest (76ms): Error Message: System.Net.Quic.QuicException : Connection aborted by peer (256).
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at System.Net.Quic.QuicConnection.HandleEventShutdownInitiatedByPeer(_SHUTDOWN_INITIATED_BY_PEER_e__Struct& data)
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at System.Net.Quic.QuicConnection.HandleConnectionEvent(QUIC_CONNECTION_EVENT& connectionEvent)
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at System.Net.Quic.QuicConnection.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_CONNECTION_EVENT* connectionEvent)
build-and-deploy: src/Http3Parts/H3Client.cs#L272
--- End of stack trace from previous location ---
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at System.Net.Quic.QuicConnection.AcceptInboundStreamAsync(CancellationToken cancellationToken)
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at Http3Parts.H3Client.HandleIncomingStreams(ConnectionContext connectionCtx, CancellationToken token) in /home/runner/work/Http3Tools/Http3Tools/src/Http3Parts/H3Client.cs:line 272
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at Http3Parts.H3Client.DisposeAsync() in /home/runner/work/Http3Tools/Http3Tools/src/Http3Parts/H3Client.cs:line 36
build-and-deploy: src/Http3Parts/H3Client.cs#L272
at Http3Parts.Tests.H3ClientTests.Test_VanillaRequest() in /home/runner/work/Http3Tools/Http3Tools/tests/Http3Parts.Tests/H3ClientTests.cs:line 24
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/Shared/runtime/Http2/Hpack/HuffmanDecodingException.cs#L31
Member 'HuffmanDecodingException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'HuffmanDecodingException.GetObjectData(SerializationInfo, StreamingContext)'.
build-and-deploy: src/Http3Parts/HeadersHandler.cs#L15
Converting null literal or possible null value to non-nullable type.
build-and-deploy: src/Shared/runtime/Http2/Hpack/HuffmanDecodingException.cs#L22
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build-and-deploy: src/Shared/runtime/Http2/Hpack/HuffmanDecodingException.cs#L28
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build-and-deploy: src/Shared/runtime/Http2/Hpack/HuffmanDecodingException.cs#L33
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build-and-deploy: src/Shared/runtime/Http2/Hpack/HPackDecodingException.cs#L24
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build-and-deploy: src/Http3Parts/H3Client.cs#L260
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#L263
Dereference of a possibly null reference.
build-and-deploy: src/Shared/runtime/Http3/QPack/QPackEncodingException.cs#L20
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)