Update xunit #287
Annotations
1 error and 51 warnings
buildAndUnitTest (macos-latest)
Process completed with exit code 1.
|
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/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/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]
|
buildAndUnitTest (macos-latest):
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]
|
buildAndUnitTest (macos-latest):
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]
|
buildAndUnitTest (macos-latest):
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]
|
buildAndUnitTest (macos-latest):
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]
|
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/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]
|
buildAndUnitTest (windows-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 [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-latest):
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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-latest):
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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-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) [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [D:\a\blockcore\blockcore\src\Blockcore\Blockcore.csproj]
|
buildAndUnitTest (windows-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Persistence.RocksDb\Blockcore.Persistence.RocksDb.csproj]
|
buildAndUnitTest (windows-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Persistence.LevelDb\Blockcore.Persistence.LevelDb.csproj]
|
buildAndUnitTest (windows-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [D:\a\blockcore\blockcore\src\Features\Blockcore.Features.NodeHost\Blockcore.Features.NodeHost.csproj]
|
buildAndUnitTest (windows-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbChainStore.cs#L1
Provide an overridable implementation of Dispose(bool) on 'RocksDbChainStore' 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) [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Features.Base.Persistence.RocksDb\Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (windows-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbKeyValueRepository.cs#L1
Provide an overridable implementation of Dispose(bool) on 'RocksDbKeyValueRepository' 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) [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Features.Base.Persistence.RocksDb\Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (windows-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbKeyValueRepository.cs#L1
Modify 'RocksDbKeyValueRepository.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Features.Base.Persistence.RocksDb\Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (windows-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbChainStore.cs#L1
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265) [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Features.Base.Persistence.RocksDb\Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (windows-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbChainStore.cs#L1
Modify 'RocksDbChainStore.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [D:\a\blockcore\blockcore\src\Features\Persistence\Blockcore.Features.Base.Persistence.RocksDb\Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (windows-latest):
src/Features/Blockcore.Features.Diagnostic/Utils/ConcurrentFixedSizeQueue.cs#L1
Make 'ConcurrentFixedSizeQueue' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'System.Collections.ICollection.get_SyncRoot' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033) [D:\a\blockcore\blockcore\src\Features\Blockcore.Features.Diagnostic\Blockcore.Features.Diagnostic.csproj]
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
buildAndUnitTest (ubuntu-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/blockcore/blockcore/src/Blockcore/Blockcore.csproj]
|
buildAndUnitTest (ubuntu-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/blockcore/blockcore/src/Features/Persistence/Blockcore.Persistence.RocksDb/Blockcore.Persistence.RocksDb.csproj]
|
buildAndUnitTest (ubuntu-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/blockcore/blockcore/src/Features/Blockcore.Features.Dns/Blockcore.Features.Dns.csproj]
|
buildAndUnitTest (ubuntu-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbChainStore.cs#L1
Provide an overridable implementation of Dispose(bool) on 'RocksDbChainStore' 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/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (ubuntu-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbKeyValueRepository.cs#L1
Provide an overridable implementation of Dispose(bool) on 'RocksDbKeyValueRepository' 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/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (ubuntu-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbKeyValueRepository.cs#L1
Modify 'RocksDbKeyValueRepository.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/blockcore/blockcore/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (ubuntu-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbChainStore.cs#L1
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265) [/home/runner/work/blockcore/blockcore/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (ubuntu-latest):
src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/RocksDbChainStore.cs#L1
Modify 'RocksDbChainStore.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063) [/home/runner/work/blockcore/blockcore/src/Features/Persistence/Blockcore.Features.Base.Persistence.RocksDb/Blockcore.Features.Base.Persistence.RocksDb.csproj]
|
buildAndUnitTest (ubuntu-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/blockcore/blockcore/src/Features/Persistence/Blockcore.Persistence.LevelDb/Blockcore.Persistence.LevelDb.csproj]
|
buildAndUnitTest (ubuntu-latest)
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/blockcore/blockcore/src/Features/Persistence/Blockcore.Features.Base.Persistence.LevelDb/Blockcore.Features.Base.Persistence.LevelDb.csproj]
|
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/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/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/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) [/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]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Blockcore-1.2.41-ubuntu-latest-preview
|
4.28 MB |
|
Blockcore-1.2.41-windows-latest-preview
|
4.49 MB |
|