Skip to content

Test

Test #1184

Triggered via schedule August 15, 2023 03:07
Status Success
Total duration 43m 1s
Artifacts

test.yml

on: schedule
Matrix: integrationTest
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
integrationTest (ubuntu-latest)
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/
integrationTest (ubuntu-latest): src/Blockcore/NBitcoin/Crypto/Hashes.cs#L29
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
integrationTest (ubuntu-latest): 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
integrationTest (ubuntu-latest): 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.
integrationTest (ubuntu-latest): 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.
integrationTest (ubuntu-latest): 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.
integrationTest (ubuntu-latest): 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.
integrationTest (ubuntu-latest): src/Blockcore/Builder/Feature/FullNodeFeature.cs#L56
Ensure that 'FullNodeFeature.Dispose' is declared as public and sealed
integrationTest (ubuntu-latest): 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.
integrationTest (ubuntu-latest): 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.
integrationTest (ubuntu-latest): src/Blockcore/Configuration/NodeSettings.cs#L36
Provide an overridable implementation of Dispose(bool) on 'NodeSettings' 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.
integrationTest (windows-latest)
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/
integrationTest (windows-latest): src/Blockcore/NBitcoin/Crypto/Hashes.cs#L29
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
integrationTest (windows-latest): 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
integrationTest (windows-latest): 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.
integrationTest (windows-latest): 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.
integrationTest (windows-latest): src/Blockcore/NBitcoin/BouncyCastle/asn1/DERSequenceGenerator.cs#L5
Type 'DerSequenceGenerator' owns disposable field(s) '_bOut' but is not disposable
integrationTest (windows-latest): 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.
integrationTest (windows-latest): 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.
integrationTest (windows-latest): src/Blockcore/Builder/Feature/FullNodeFeature.cs#L56
Ensure that 'FullNodeFeature.Dispose' is declared as public and sealed
integrationTest (windows-latest): 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.
integrationTest (windows-latest): 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.
integrationTest (macos-latest)
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/
integrationTest (macos-latest): src/Blockcore/NBitcoin/Crypto/Hashes.cs#L29
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
integrationTest (macos-latest): 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
integrationTest (macos-latest): 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.
integrationTest (macos-latest): 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.
integrationTest (macos-latest): src/Blockcore/Consensus/Chain/ChainRepository.cs#L22
Provide an overridable implementation of Dispose(bool) on 'ChainRepository' 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.
integrationTest (macos-latest): src/Blockcore/Consensus/ConsensusManager.cs#L29
Provide an overridable implementation of Dispose(bool) on 'ConsensusManager' 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.
integrationTest (macos-latest): 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.
integrationTest (macos-latest): 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.
integrationTest (macos-latest): 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.
integrationTest (macos-latest): src/Blockcore/NBitcoin/BouncyCastle/asn1/DERSequenceGenerator.cs#L5
Type 'DerSequenceGenerator' owns disposable field(s) '_bOut' but is not disposable