Pr/check destination null #244
Annotations
2 errors and 10 warnings
|
coverage
The operation was canceled.
|
build:
src/NetMQ.Tests/ClientServer.cs#L75
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
build:
src/NetMQ.Tests/ClientServer.cs#L57
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
build:
src/NetMQ.Tests/MessageTests.cs#L131
The literal or constant value testmessage should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'Issue52_ReqToRouterBug' on type 'MessageTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build:
src/NetMQ.Tests/NetMQMonitorTests.cs#L71
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build:
src/NetMQ.Tests/NetMQMonitorTests.cs#L157
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build:
src/NetMQ.Tests/XPubSubTests.cs#L335
The literal or constant value (byte)'A' should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'Manual' on type 'XPubSubTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build:
src/NetMQ.Tests/XPubSubTests.cs#L359
The literal or constant value (byte)'W' should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'WelcomeMessage' on type 'XPubSubTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build:
src/NetMQ.Tests/XPubSubTests.cs#L380
The literal or constant value (byte)'W' should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'ClearWelcomeMessage' on type 'XPubSubTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
build:
src/NetMQ.Tests/NetMQQueueTests.cs#L42
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build:
src/NetMQ.Tests/RadioDish.cs#L50
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
Loading