Add uint256.ToSpanString()
#822
Annotations
11 warnings
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/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/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/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#L42
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/script_tests.cs#L83
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
The logs for this run have expired and are no longer available.
Loading