Add uint256.ToSpanString()
#820
Annotations
3 errors and 12 warnings
Run ./Build/CI/tests.sh:
NBitcoin.Tests/uint256_tests.cs#L200
The type 'ReadOnlySpan<char>' may not be used as a type argument
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/uint256_tests.cs#L200
The type 'ReadOnlySpan<char>' may not be used as a type argument
|
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 actions/setup-dotnet@v1
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/transaction_tests.cs#L614
The literal or constant value RANDOM_REPEATS should be passed as the 'expected' argument in the call to 'Assert.NotEqual(expected, actual)' in method 'KnapsackSolverTest' on type 'transaction_tests'. Swap the parameter values.
|
The logs for this run have expired and are no longer available.
Loading