Fix workflows #286
Annotations
1 error and 11 warnings
Unit Test
Process completed with exit code 1.
|
Unit Test:
src/Blockcore/NBitcoin/Bloom.cs#L1
XML comment on 'Bloom.GetCompressedBloom()' has a paramref tag for 'maxSize', but there is no parameter by that name [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Utilities/AsyncExecutionEvent.cs#L1
Provide an overridable implementation of Dispose(bool) on 'AsyncExecutionEvent' 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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/AsyncWork/AsyncLoop.cs#L1
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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Consensus/Chain/ChainRepository.cs#L1
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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/NBitcoin/BitcoinStream.cs#L1
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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Consensus/ConsensusManager.cs#L1
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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Consensus/ConsensusRuleEngine.cs#L1
Ensure that 'ConsensusRuleEngine.Dispose' is declared as public and sealed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Consensus/ConsensusRuleEngine.cs#L1
Provide an overridable implementation of Dispose(bool) on 'ConsensusRuleEngine' 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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Consensus/FinalizedBlockInfoRepository.cs#L1
Provide an overridable implementation of Dispose(bool) on 'FinalizedBlockInfoRepository' 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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
Unit Test:
src/Blockcore/Utilities/Stopwatch.cs#L1
Provide an overridable implementation of Dispose(bool) on 'StopwatchDisposable' 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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Blockcore-1.2.41-ubuntu-latest-preview", "Blockcore-1.2.41-windows-latest-preview".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading