Skip to content

less gneric type parameter TPackageInfo in unnecessary concepts #244

less gneric type parameter TPackageInfo in unnecessary concepts

less gneric type parameter TPackageInfo in unnecessary concepts #244

Triggered via push March 24, 2024 00:42
Status Failure
Total duration 1m 7s
Artifacts

build.yml

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

Annotations

14 errors and 11 warnings
build (ubuntu-latest): test/SuperSocket.Benchmarks/TransparentPipeConnection.cs#L10
The non-generic type 'PipeConnection' cannot be used with type arguments
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L36
The non-generic method 'ConnectState.CreateConnection(ConnectionOptions)' cannot be used with type arguments
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L38
'IConnection' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'IConnection' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L74
There is no argument given that corresponds to the required parameter 'pipelineFilter' of 'Extensions.GetPackageStream<TPackageInfo>(IConnection, IPipelineFilter<TPackageInfo>)'
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L77
Argument 1: cannot convert from 'TPackageInfo' to 'SuperSocket.ProtoBase.TextPackageInfo'
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L36
The non-generic method 'ConnectState.CreateConnection(ConnectionOptions)' cannot be used with type arguments
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L38
'IConnection' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'IConnection' could be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L74
There is no argument given that corresponds to the required parameter 'pipelineFilter' of 'Extensions.GetPackageStream<TPackageInfo>(IConnection, IPipelineFilter<TPackageInfo>)'
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L77
Argument 1: cannot convert from 'TPackageInfo' to 'SuperSocket.ProtoBase.TextPackageInfo'
build (ubuntu-latest): src/SuperSocket.Client.Proxy/HttpConnector.cs#L36
The non-generic method 'ConnectState.CreateConnection(ConnectionOptions)' cannot be used with type arguments
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
build (macos-latest)
The job was canceled because "ubuntu-latest" failed.
build (macos-latest)
The operation was canceled.
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L35
Public method 'TestNormalRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L68
Public method 'TestMiddleBreak' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L103
Public method 'TestFragmentRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L143
Public method 'TestBatchRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L191
Public method 'TestBreakRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ClientTest.cs#L163
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L35
Public method 'TestNormalRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L68
Public method 'TestMiddleBreak' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L103
Public method 'TestFragmentRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): test/SuperSocket.Tests/ProtocolTestBase.cs#L143
Public method 'TestBatchRequest' on test class 'ProtocolTestBase' should be marked as a Theory. (https://xunit.github.io/xunit.analyzers/rules/xUnit1013)