Test #1279
Annotations
1 error and 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/
|
src/Blockcore/NBitcoin/Crypto/Hashes.cs#L29
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
src/Blockcore/NBitcoin/Bloom.cs#L191
XML comment on 'Bloom.GetCompressedBloom()' has a paramref tag for 'maxSize', but there is no parameter by that name
|
src/Blockcore/AsyncWork/AsyncLoop.cs#L17
Provide an overridable implementation of Dispose(bool) on 'AsyncLoop' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
src/Blockcore/Base/TimeSyncBehavior.cs#L82
Provide an overridable implementation of Dispose(bool) on 'TimeSyncBehaviorState' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
src/Blockcore/Base/TipsManager.cs#L42
Provide an overridable implementation of Dispose(bool) on 'TipsManager' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
src/Blockcore/BlockPulling/BlockPuller.cs#L86
Provide an overridable implementation of Dispose(bool) on 'BlockPuller' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
src/Blockcore/NBitcoin/BitcoinStream.cs#L22
Provide an overridable implementation of Dispose(bool) on 'Scope' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
src/Blockcore/Builder/Feature/FullNodeFeature.cs#L56
Ensure that 'FullNodeFeature.Dispose' is declared as public and sealed
|
src/Blockcore/Builder/Feature/FullNodeFeature.cs#L44
Provide an overridable implementation of Dispose(bool) on 'FullNodeFeature' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
src/Blockcore/Builder/FullNodeFeatureExecutor.cs#L25
Provide an overridable implementation of Dispose(bool) on 'FullNodeFeatureExecutor' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.
|
The logs for this run have expired and are no longer available.
Loading