Skip to content

Fix PPA package post-install script #3190

Fix PPA package post-install script

Fix PPA package post-install script #3190

Triggered via pull request August 28, 2023 08:43
Status Success
Total duration 17m 21s
Artifacts 56

nethermind-tests.yml

on: pull_request
Matrix: ethereum-tests
Matrix: nethermind-tests
Ethereum tests
4s
Ethereum tests
Nethermind tests
33s
Nethermind tests
Upload Codecov reports
0s
Upload Codecov reports
Fit to window
Zoom out
Zoom in

Annotations

431 warnings
Run Nethermind.Serialization.Ssz.Test
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Nethermind.Cli.Test
Nullable value type may be null.
Run Nethermind.Cli.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Cli.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Cli.Test
Dereference of a possibly null reference.
Run Nethermind.Cli.Test
Dereference of a possibly null reference.
Run Nethermind.Cli.Test
Nullable value type may be null.
Run Nethermind.Cli.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Cli.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Cli.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Cli.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Core.Test
Nullable value type may be null.
Run Nethermind.Core.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Core.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Core.Test
Dereference of a possibly null reference.
Run Nethermind.Core.Test
Dereference of a possibly null reference.
Run Nethermind.Core.Test
Nullable value type may be null.
Run Nethermind.Core.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Core.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Core.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Core.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Facade.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Facade.Test
Dereference of a possibly null reference.
Run Nethermind.Facade.Test
Dereference of a possibly null reference.
Run Nethermind.Facade.Test
Nullable value type may be null.
Run Nethermind.Facade.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Facade.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Facade.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Facade.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Facade.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Nethermind.Facade.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Rlp.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Rlp.Test
Nullable value type may be null.
Run Ethereum.Rlp.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Rlp.Test
Dereference of a possibly null reference.
Run Ethereum.Rlp.Test
Dereference of a possibly null reference.
Run Ethereum.Rlp.Test
Nullable value type may be null.
Run Ethereum.Rlp.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Rlp.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Rlp.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Rlp.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.State.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.State.Test
Dereference of a possibly null reference.
Run Nethermind.State.Test
Dereference of a possibly null reference.
Run Nethermind.State.Test
Nullable value type may be null.
Run Nethermind.State.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.State.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.State.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.State.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.State.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Nethermind.State.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Dns.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Network.Dns.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Nethermind.Network.Dns.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Network.Dns.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Dns.Test
Dereference of a possibly null reference.
Run Nethermind.Network.Dns.Test
Nullable value type may be null.
Run Nethermind.Network.Dns.Test
Dereference of a possibly null reference.
Run Nethermind.Network.Dns.Test
Nullable value type may be null.
Run Nethermind.Network.Dns.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Dns.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.KeyAddress.Test
Nullable value type may be null.
Run Ethereum.KeyAddress.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.KeyAddress.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.KeyAddress.Test
Dereference of a possibly null reference.
Run Ethereum.KeyAddress.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Ethereum.KeyAddress.Test
Cannot convert null literal to non-nullable reference type.
Run Ethereum.KeyAddress.Test
Dereference of a possibly null reference.
Run Ethereum.KeyAddress.Test
Nullable value type may be null.
Run Ethereum.KeyAddress.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.KeyAddress.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.PoW.Test
Nullable value type may be null.
Run Ethereum.PoW.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.PoW.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.PoW.Test
Dereference of a possibly null reference.
Run Ethereum.PoW.Test
Dereference of a possibly null reference.
Run Ethereum.PoW.Test
Nullable value type may be null.
Run Ethereum.PoW.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.PoW.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.PoW.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.PoW.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.KeyStore.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.KeyStore.Test
Nullable value type may be null.
Run Nethermind.KeyStore.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.KeyStore.Test
Dereference of a possibly null reference.
Run Nethermind.KeyStore.Test
Dereference of a possibly null reference.
Run Nethermind.KeyStore.Test
Nullable value type may be null.
Run Nethermind.KeyStore.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.KeyStore.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.KeyStore.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.KeyStore.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Evm.Test
Nullable value type may be null.
Run Nethermind.Evm.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Evm.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Evm.Test
Dereference of a possibly null reference.
Run Nethermind.Evm.Test
Dereference of a possibly null reference.
Run Nethermind.Evm.Test
Nullable value type may be null.
Run Nethermind.Evm.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Evm.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Evm.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Evm.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Mev.Test
Nullable value type may be null.
Run Nethermind.Mev.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Mev.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Mev.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Nethermind.Mev.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Mev.Test
Dereference of a possibly null reference.
Run Nethermind.Mev.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Mev.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Mev.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Mev.Test
Cannot convert null literal to non-nullable reference type.
Run Ethereum.HexPrefix.Test
Nullable value type may be null.
Run Ethereum.HexPrefix.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.HexPrefix.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.HexPrefix.Test
Dereference of a possibly null reference.
Run Ethereum.HexPrefix.Test
Dereference of a possibly null reference.
Run Ethereum.HexPrefix.Test
Nullable value type may be null.
Run Nethermind.Trie.Test
Nullable value type may be null.
Run Ethereum.HexPrefix.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Trie.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.HexPrefix.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Trie.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.HexPrefix.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.HexPrefix.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Trie.Test
Dereference of a possibly null reference.
Run Nethermind.Trie.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Nethermind.Trie.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Trie.Test
Dereference of a possibly null reference.
Run Nethermind.Trie.Test
Nullable value type may be null.
Run Nethermind.Trie.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Trie.Test
Cannot convert null literal to non-nullable reference type.
Run Ethereum.Trie.Test
Nullable value type may be null.
Run Ethereum.Trie.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Trie.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Trie.Test
Dereference of a possibly null reference.
Run Ethereum.Trie.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Ethereum.Trie.Test
Cannot convert null literal to non-nullable reference type.
Run Ethereum.Trie.Test
Dereference of a possibly null reference.
Run Ethereum.Trie.Test
Nullable value type may be null.
Run Ethereum.Trie.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Trie.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Db.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Db.Test
Nullable value type may be null.
Run Nethermind.Db.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Db.Test
Dereference of a possibly null reference.
Run Nethermind.Db.Test
Dereference of a possibly null reference.
Run Nethermind.Db.Test
Nullable value type may be null.
Run Nethermind.Db.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Db.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Db.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Db.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.HealthChecks.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.HealthChecks.Test
Dereference of a possibly null reference.
Run Nethermind.HealthChecks.Test
Dereference of a possibly null reference.
Run Nethermind.HealthChecks.Test
Nullable value type may be null.
Run Nethermind.HealthChecks.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.HealthChecks.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.HealthChecks.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.HealthChecks.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.HealthChecks.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Nethermind.HealthChecks.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.State.Test.Runner.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.State.Test.Runner.Test
Nullable value type may be null.
Run Nethermind.State.Test.Runner.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.State.Test.Runner.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.State.Test.Runner.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.State.Test.Runner.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.State.Test.Runner.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.State.Test.Runner.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.State.Test.Runner.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Nethermind.State.Test.Runner.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Discovery.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Discovery.Test
Dereference of a possibly null reference.
Run Nethermind.Network.Discovery.Test
Dereference of a possibly null reference.
Run Nethermind.Network.Discovery.Test
Nullable value type may be null.
Run Nethermind.Network.Discovery.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Discovery.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Network.Discovery.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Discovery.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Network.Discovery.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Nethermind.Network.Discovery.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Ethereum.Transition.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Transition.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Transition.Test
Dereference of a possibly null reference.
Run Ethereum.Transition.Test
Nullable value type may be null.
Run Ethereum.Transition.Test
Dereference of a possibly null reference.
Run Ethereum.Transition.Test
Nullable value type may be null.
Run Ethereum.Transition.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Transition.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Transition.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Ethereum.Transition.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.AccountAbstraction.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.AccountAbstraction.Test
Nullable value type may be null.
Run Nethermind.AccountAbstraction.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.AccountAbstraction.Test
Dereference of a possibly null reference.
Run Nethermind.AccountAbstraction.Test
Dereference of a possibly null reference.
Run Nethermind.AccountAbstraction.Test
Nullable value type may be null.
Run Nethermind.AccountAbstraction.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.AccountAbstraction.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.AccountAbstraction.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.AccountAbstraction.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.EthStats.Test
Nullable value type may be null.
Run Nethermind.EthStats.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.EthStats.Test
Dereference of a possibly null reference.
Run Nethermind.EthStats.Test
Dereference of a possibly null reference.
Run Nethermind.EthStats.Test
Nullable value type may be null.
Run Nethermind.EthStats.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.EthStats.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.EthStats.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.EthStats.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.EthStats.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Hive.Test
Nullable value type may be null.
Run Nethermind.Hive.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Hive.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Hive.Test
Dereference of a possibly null reference.
Run Nethermind.Hive.Test
Dereference of a possibly null reference.
Run Nethermind.Hive.Test
Nullable value type may be null.
Run Nethermind.Hive.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Hive.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Hive.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Hive.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Runner.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Runner.Test
Dereference of a possibly null reference.
Run Nethermind.Runner.Test
Nullable value type may be null.
Run Nethermind.Runner.Test
Dereference of a possibly null reference.
Run Nethermind.Runner.Test
Nullable value type may be null.
Run Nethermind.Runner.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Runner.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Runner.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Runner.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Runner.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Nethermind.Consensus.Test
Nullable value type may be null.
Run Nethermind.Consensus.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Consensus.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Consensus.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Consensus.Test
Dereference of a possibly null reference.
Run Nethermind.Consensus.Test
Dereference of a possibly null reference.
Run Nethermind.Consensus.Test
Nullable value type may be null.
Run Nethermind.Consensus.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Nethermind.Consensus.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Consensus.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Wallet.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Wallet.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Nethermind.Wallet.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Wallet.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Wallet.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Wallet.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Wallet.Test
Cannot convert null literal to non-nullable reference type.
Run Nethermind.Wallet.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Wallet.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Wallet.Test
Dereference of a possibly null reference.
Run Ethereum.Difficulty.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Difficulty.Test
Dereference of a possibly null reference.
Run Ethereum.Difficulty.Test
Dereference of a possibly null reference.
Run Ethereum.Difficulty.Test
Nullable value type may be null.
Run Ethereum.Difficulty.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Difficulty.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Difficulty.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Difficulty.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Ethereum.Difficulty.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Ethereum.Difficulty.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.Test
Nullable value type may be null.
Run Nethermind.JsonRpc.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.JsonRpc.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.Test
Dereference of a possibly null reference.
Run Nethermind.JsonRpc.Test
Dereference of a possibly null reference.
Run Nethermind.JsonRpc.Test
Nullable value type may be null.
Run Nethermind.JsonRpc.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.JsonRpc.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Clique.Test
Nullable value type may be null.
Run Nethermind.Clique.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Clique.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Clique.Test
Dereference of a possibly null reference.
Run Nethermind.Clique.Test
Dereference of a possibly null reference.
Run Nethermind.Clique.Test
Nullable value type may be null.
Run Nethermind.Clique.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Clique.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Clique.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Clique.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Network.Test
Nullable value type may be null.
Run Nethermind.Network.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Network.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Test
Dereference of a possibly null reference.
Run Nethermind.Network.Test
Dereference of a possibly null reference.
Run Nethermind.Network.Test
Nullable value type may be null.
Run Nethermind.Network.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Network.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Network.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Mining.Test
Nullable value type may be null.
Run Nethermind.Mining.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Mining.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Mining.Test
Dereference of a possibly null reference.
Run Nethermind.Mining.Test
Dereference of a possibly null reference.
Run Nethermind.Mining.Test
Nullable value type may be null.
Run Nethermind.Mining.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Mining.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Mining.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Mining.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.JsonRpc.TraceStore.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.JsonRpc.TraceStore.Test
Nullable value type may be null.
Run Nethermind.JsonRpc.TraceStore.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.TraceStore.Test
Dereference of a possibly null reference.
Run Nethermind.JsonRpc.TraceStore.Test
Dereference of a possibly null reference.
Run Nethermind.JsonRpc.TraceStore.Test
Nullable value type may be null.
Run Nethermind.JsonRpc.TraceStore.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.TraceStore.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.JsonRpc.TraceStore.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.JsonRpc.TraceStore.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.TxPool.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.TxPool.Test
Nullable value type may be null.
Run Nethermind.TxPool.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.TxPool.Test
Dereference of a possibly null reference.
Run Nethermind.TxPool.Test
Dereference of a possibly null reference.
Run Nethermind.TxPool.Test
Nullable value type may be null.
Run Nethermind.TxPool.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.TxPool.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.TxPool.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.TxPool.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Ethereum.Blockchain.Block.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Block.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Blockchain.Block.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Block.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Block.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Block.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Block.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Block.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Blockchain.Block.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Block.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Merge.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Merge.AuRa.Test
Dereference of a possibly null reference.
Run Nethermind.Merge.AuRa.Test
Dereference of a possibly null reference.
Run Nethermind.Merge.AuRa.Test
Nullable value type may be null.
Run Nethermind.Merge.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Merge.AuRa.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Merge.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Merge.AuRa.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Merge.AuRa.Test
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Run Nethermind.Merge.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Basic.Test
Nullable value type may be null.
Run Ethereum.Basic.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Basic.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Basic.Test
Dereference of a possibly null reference.
Run Ethereum.Basic.Test
Dereference of a possibly null reference.
Run Ethereum.Basic.Test
Nullable value type may be null.
Run Ethereum.Basic.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Basic.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Basic.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Basic.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Ethereum.Blockchain.Block.Legacy.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Block.Legacy.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Blockchain.Block.Legacy.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Block.Legacy.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Block.Legacy.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Block.Legacy.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Block.Legacy.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Block.Legacy.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Blockchain.Block.Legacy.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Block.Legacy.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Merge.Plugin.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Merge.Plugin.Test
Nullable value type may be null.
Run Nethermind.Merge.Plugin.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Merge.Plugin.Test
Dereference of a possibly null reference.
Run Nethermind.Merge.Plugin.Test
Dereference of a possibly null reference.
Run Nethermind.Merge.Plugin.Test
Nullable value type may be null.
Run Nethermind.Merge.Plugin.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Merge.Plugin.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Merge.Plugin.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Merge.Plugin.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Ethereum.VM.Test
Nullable value type may be null.
Run Ethereum.VM.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.VM.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.VM.Test
Dereference of a possibly null reference.
Run Ethereum.VM.Test
Dereference of a possibly null reference.
Run Ethereum.VM.Test
Nullable value type may be null.
Run Ethereum.VM.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.VM.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.VM.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.VM.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Ethereum.Blockchain.Legacy.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Legacy.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Blockchain.Legacy.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Legacy.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Legacy.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Legacy.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Legacy.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Legacy.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Ethereum.Blockchain.Legacy.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Legacy.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.AuRa.Test
Nullable value type may be null.
Run Nethermind.AuRa.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.AuRa.Test
Dereference of a possibly null reference.
Run Nethermind.AuRa.Test
Dereference of a possibly null reference.
Run Nethermind.AuRa.Test
Nullable value type may be null.
Run Nethermind.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.AuRa.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.AuRa.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.AuRa.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Nethermind.Blockchain.Test
Nullable value type may be null.
Run Nethermind.Blockchain.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Blockchain.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Blockchain.Test
Dereference of a possibly null reference.
Run Nethermind.Blockchain.Test
Dereference of a possibly null reference.
Run Nethermind.Blockchain.Test
Nullable value type may be null.
Run Nethermind.Blockchain.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Blockchain.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Blockchain.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Blockchain.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Run Ethereum.Blockchain.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Ethereum.Blockchain.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Test
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Run Ethereum.Blockchain.Test
Dereference of a possibly null reference.
Run Ethereum.Blockchain.Test
Nullable value type may be null.
Run Ethereum.Blockchain.Test
Cannot convert null literal to non-nullable reference type.
Run Ethereum.Blockchain.Test
Converting null literal or possible null value to non-nullable type.
Run Ethereum.Blockchain.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Synchronization.Test
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Nethermind.Synchronization.Test
Nullable value type may be null.
Run Nethermind.Synchronization.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Synchronization.Test
Dereference of a possibly null reference.
Run Nethermind.Synchronization.Test
Dereference of a possibly null reference.
Run Nethermind.Synchronization.Test
Nullable value type may be null.
Run Nethermind.Synchronization.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Synchronization.Test
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Run Nethermind.Synchronization.Test
Converting null literal or possible null value to non-nullable type.
Run Nethermind.Synchronization.Test
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.

Artifacts

Produced during runtime
Name Size
Ethereum.Abi.Test-outcome Expired
6 Bytes
Ethereum.Basic.Test-outcome Expired
6 Bytes
Ethereum.Blockchain.Block.Legacy.Test-outcome Expired
6 Bytes
Ethereum.Blockchain.Block.Test-outcome Expired
6 Bytes
Ethereum.Blockchain.Legacy.Test-outcome Expired
6 Bytes
Ethereum.Blockchain.Test-outcome Expired
6 Bytes
Ethereum.Difficulty.Test-outcome Expired
6 Bytes
Ethereum.HexPrefix.Test-outcome Expired
6 Bytes
Ethereum.KeyAddress.Test-outcome Expired
6 Bytes
Ethereum.PoW.Test-outcome Expired
6 Bytes
Ethereum.Rlp.Test-outcome Expired
6 Bytes
Ethereum.Transaction.Test-outcome Expired
6 Bytes
Ethereum.Transition.Test-outcome Expired
6 Bytes
Ethereum.Trie.Test-outcome Expired
6 Bytes
Ethereum.VM.Test-outcome Expired
6 Bytes
Nethermind.Abi.Test-outcome Expired
6 Bytes
Nethermind.AccountAbstraction.Test-outcome Expired
6 Bytes
Nethermind.Api.Test-outcome Expired
6 Bytes
Nethermind.AuRa.Test-outcome Expired
6 Bytes
Nethermind.Blockchain.Test-outcome Expired
6 Bytes
Nethermind.Cli.Test-outcome Expired
6 Bytes
Nethermind.Clique.Test-outcome Expired
6 Bytes
Nethermind.Config.Test-outcome Expired
6 Bytes
Nethermind.Consensus.Test-outcome Expired
6 Bytes
Nethermind.Core.Test-outcome Expired
6 Bytes
Nethermind.Db.Test-outcome Expired
6 Bytes
Nethermind.EthStats.Test-outcome Expired
6 Bytes
Nethermind.Ethash.Test-outcome Expired
6 Bytes
Nethermind.Evm.Test-outcome Expired
6 Bytes
Nethermind.Facade.Test-outcome Expired
6 Bytes
Nethermind.HealthChecks.Test-outcome Expired
6 Bytes
Nethermind.Hive.Test-outcome Expired
6 Bytes
Nethermind.JsonRpc.Test-outcome Expired
6 Bytes
Nethermind.JsonRpc.TraceStore.Test-outcome Expired
6 Bytes
Nethermind.KeyStore.Test-outcome Expired
6 Bytes
Nethermind.Logging.NLog.Test-outcome Expired
6 Bytes
Nethermind.Merge.AuRa.Test-outcome Expired
6 Bytes
Nethermind.Merge.Plugin.Test-outcome Expired
6 Bytes
Nethermind.Mev.Test-outcome Expired
6 Bytes
Nethermind.Mining.Test-outcome Expired
6 Bytes
Nethermind.Monitoring.Test-outcome Expired
6 Bytes
Nethermind.Network.Discovery.Test-outcome Expired
6 Bytes
Nethermind.Network.Dns.Test-outcome Expired
6 Bytes
Nethermind.Network.Enr.Test-outcome Expired
6 Bytes
Nethermind.Network.Test-outcome Expired
6 Bytes
Nethermind.Overseer.Test-outcome Expired
6 Bytes
Nethermind.Runner.Test-outcome Expired
6 Bytes
Nethermind.Serialization.Ssz.Test-outcome Expired
6 Bytes
Nethermind.Sockets.Test-outcome Expired
6 Bytes
Nethermind.Specs.Test-outcome Expired
6 Bytes
Nethermind.State.Test-outcome Expired
6 Bytes
Nethermind.State.Test.Runner.Test-outcome Expired
6 Bytes
Nethermind.Synchronization.Test-outcome Expired
6 Bytes
Nethermind.Trie.Test-outcome Expired
6 Bytes
Nethermind.TxPool.Test-outcome Expired
6 Bytes
Nethermind.Wallet.Test-outcome Expired
6 Bytes