Skip to content

Libraries upgrade 2 (#450) #280

Libraries upgrade 2 (#450)

Libraries upgrade 2 (#450) #280

Triggered via push April 7, 2024 07:54
Status Cancelled
Total duration 2m 37s
Artifacts

build.yml

on: push
Matrix: buildAndUnitTest
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 20 warnings
buildAndUnitTest (ubuntu-latest)
The run was canceled by @sondreb.
buildAndUnitTest (ubuntu-latest)
The operation was canceled.
buildAndUnitTest (macos-latest)
The run was canceled by @sondreb.
buildAndUnitTest (macos-latest)
The operation was canceled.
buildAndUnitTest (windows-latest)
The run was canceled by @sondreb.
buildAndUnitTest (windows-latest)
The operation was canceled.
buildAndUnitTest (ubuntu-latest): 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 [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/Peer/NetworkPeer.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeer' 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/Peer/NetworkPeerConnection.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerConnection' 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/Peer/NetworkPeerDisposer.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerDisposer' 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/Peer/NetworkPeerListener.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerListener' 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/Peer/NetworkPeerServer.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerServer' 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/PeerConnector.cs#L1
Provide an overridable implementation of Dispose(bool) on 'PeerConnector' 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) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (ubuntu-latest): src/Blockcore/P2P/Protocol/Behaviors/NetworkPeerBehavior.cs#L1
Ensure that 'NetworkPeerBehavior.Dispose' is declared as public and sealed (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (macos-latest): 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]
buildAndUnitTest (macos-latest): 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]
buildAndUnitTest (macos-latest): src/Blockcore/P2P/Peer/NetworkPeer.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeer' 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]
buildAndUnitTest (macos-latest): src/Blockcore/Base/TimeSyncBehavior.cs#L1
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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
buildAndUnitTest (macos-latest): 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]
buildAndUnitTest (macos-latest): src/Blockcore/P2P/Peer/NetworkPeerConnection.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerConnection' 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]
buildAndUnitTest (macos-latest): src/Blockcore/P2P/Peer/NetworkPeerDisposer.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerDisposer' 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]
buildAndUnitTest (macos-latest): src/Blockcore/P2P/Peer/NetworkPeerListener.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerListener' 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]
buildAndUnitTest (macos-latest): src/Blockcore/P2P/Peer/NetworkPeerServer.cs#L1
Provide an overridable implementation of Dispose(bool) on 'NetworkPeerServer' 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]
buildAndUnitTest (macos-latest): src/Blockcore/Base/TipsManager.cs#L1
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. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/Users/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]