Skip to content

Change version suffix from unstable to rc #74

Change version suffix from unstable to rc

Change version suffix from unstable to rc #74

Triggered via push September 13, 2023 14:13
Status Success
Total duration 20m 44s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RlpTests.cs#L244
Nullable value type may be null.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RequestSizer/AdaptiveRequestSizerTests.cs#L25
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.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L82
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L84
Dereference of a possibly null reference.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L152
Dereference of a possibly null reference.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L165
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L166
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L181
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L182
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.