Skip to content

akways use SocketAsyncEventArgs to send #408

akways use SocketAsyncEventArgs to send

akways use SocketAsyncEventArgs to send #408

Triggered via push January 4, 2025 03:05
Status Failure
Total duration 53s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
build (macos-latest): src/SuperSocket.Connection/TcpPipeConnection.cs#L61
'ValueTask' does not contain a definition for 'FromException'
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L51
The best overload for 'UnsafeQueueUserWorkItem' does not have a parameter named 'preferLocal'
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L80
The best overload for 'UnsafeQueueUserWorkItem' does not have a parameter named 'preferLocal'
build (macos-latest): src/SuperSocket.Connection/TcpPipeConnection.cs#L61
'ValueTask' does not contain a definition for 'FromException'
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L51
The best overload for 'UnsafeQueueUserWorkItem' does not have a parameter named 'preferLocal'
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L80
The best overload for 'UnsafeQueueUserWorkItem' does not have a parameter named 'preferLocal'
build (macos-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "macos-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The job was canceled because "macos-latest" failed.
build (ubuntu-latest)
The operation was canceled.
build (macos-latest)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (macos-latest)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (macos-latest): src/SuperSocket.Connection/Sockets/SocketSender.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (macos-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L42
Public method 'TestNormalRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (macos-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L76
Public method 'TestMiddleBreak' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (macos-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L112
Public method 'TestFragmentRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (macos-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L153
Public method 'TestBatchRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)