Add uint256.ToSpanString()
#822
Annotations
1 error and 11 warnings
Run ./Build/CI/tests.sh
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/AssertEx.cs#L17
Do not use Assert.False(true, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/AssertEx.cs#L28
Do not use Assert.False(true, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/AssertEx.cs#L33
Do not use Assert.False(true, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/util_tests.cs#L334
The literal or constant value (uint)0x1b0404cb should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CanReadConvertTargetToDifficulty' on type 'util_tests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/util_tests.cs#L340
The literal or constant value (uint)0x1d00ffff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CanReadConvertTargetToDifficulty' on type 'util_tests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/util_tests.cs#L345
The literal or constant value (uint)419470732 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'CanReadConvertTargetToDifficulty' on type 'util_tests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/base58_tests.cs#L92
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/base58_tests.cs#L152
Do not use Assert.False(true, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/base58_tests.cs#L199
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/RestClientTests.cs#L23
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)
|
The logs for this run have expired and are no longer available.
Loading