less gneric type parameter TPackageInfo in unnecessary concepts #244
Annotations
10 errors and 11 warnings
Build:
test/SuperSocket.Benchmarks/TransparentPipeConnection.cs#L10
The non-generic type 'PipeConnection' cannot be used with type arguments
|
Build:
src/SuperSocket.Client.Proxy/HttpConnector.cs#L36
The non-generic method 'ConnectState.CreateConnection(ConnectionOptions)' cannot be used with type arguments
|
Build:
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:
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:
src/SuperSocket.Client.Proxy/HttpConnector.cs#L77
Argument 1: cannot convert from 'TPackageInfo' to 'SuperSocket.ProtoBase.TextPackageInfo'
|
Build:
src/SuperSocket.Client.Proxy/HttpConnector.cs#L36
The non-generic method 'ConnectState.CreateConnection(ConnectionOptions)' cannot be used with type arguments
|
Build:
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:
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:
src/SuperSocket.Client.Proxy/HttpConnector.cs#L77
Argument 1: cannot convert from 'TPackageInfo' to 'SuperSocket.ProtoBase.TextPackageInfo'
|
Build:
src/SuperSocket.Client.Proxy/HttpConnector.cs#L36
The non-generic method 'ConnectState.CreateConnection(ConnectionOptions)' cannot be used with type arguments
|
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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)
|
Loading