Skip to content

CodeQL analysis

CodeQL analysis #89

Triggered via push November 3, 2023 13:15
Status Failure
Total duration 10m 38s
Artifacts

codeql.yml

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

Annotations

10 errors and 2 warnings
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L296
The type or namespace name 'MemDb' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L297
The type or namespace name 'MemDb' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L298
The type or namespace name 'MemDb' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L299
The type or namespace name 'ChainLevelInfoRepository' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L307
The name 'NullBloomStorage' does not exist in the current context
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L353
The type or namespace name 'MemDb' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L354
The type or namespace name 'MemDb' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L355
The type or namespace name 'MemDb' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L356
The type or namespace name 'ChainLevelInfoRepository' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Nethermind/Nethermind.JsonRpc.Test/Modules/SubscribeModuleTests.cs#L364
The name 'NullBloomStorage' does not exist in the current context
Analyze (csharp): src/Nethermind/Nethermind.Merkleization/MerkleTree.cs#L145
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Nethermind/Nethermind.Merkleization/MerkleTree.cs#L145
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.