Add uint256.ToSpanString()
#819
Annotations
3 errors and 11 warnings
Run ./Build/CI/tests.sh:
NBitcoin.Tests/uint256_tests.cs#L199
'uint256' does not contain a definition for 'ToSpanString' and no accessible extension method 'ToSpanString' accepting a first argument of type 'uint256' could be found (are you missing a using directive or an assembly reference?)
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/uint256_tests.cs#L199
'uint256' does not contain a definition for 'ToSpanString' and no accessible extension method 'ToSpanString' accepting a first argument of type 'uint256' could be found (are you missing a using directive or an assembly reference?)
|
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.
|
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/RestClientTests.cs#L23
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/RestClientTests.cs#L37
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/RestClientTests.cs#L54
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
|
Run ./Build/CI/tests.sh:
NBitcoin.Tests/RestClientTests.cs#L42
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
|
The logs for this run have expired and are no longer available.
Loading