Nullable leveldb #11151
Annotations
10 warnings
src/Plugins/LevelDBStore/IO/Data/LevelDB/Helper.cs#L29
Possible null reference argument for parameter 'item1' in '(byte[], byte[]).ValueTuple(byte[] item1, byte[] item2)'.
|
src/Plugins/LevelDBStore/IO/Data/LevelDB/Helper.cs#L29
Possible null reference argument for parameter 'item2' in '(byte[], byte[]).ValueTuple(byte[] item1, byte[] item2)'.
|
src/Plugins/LevelDBStore/IO/Data/LevelDB/Helper.cs#L41
Possible null reference argument for parameter 'item1' in '(byte[], byte[]).ValueTuple(byte[] item1, byte[] item2)'.
|
src/Plugins/LevelDBStore/IO/Data/LevelDB/Helper.cs#L41
Possible null reference argument for parameter 'item2' in '(byte[], byte[]).ValueTuple(byte[] item1, byte[] item2)'.
|
src/Neo.CLI/CLI/MainService.cs#L720
Possible null reference argument for parameter 'address' in 'UInt160 Helper.ToScriptHash(string address, byte version)'.
|
benchmarks/Neo.Json.Benchmarks/obj/Debug/net9.0/TestPlatformEntryPoint.cs#L10
Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'Program.Main(string[])' was found.
|
benchmarks/Neo.Json.Benchmarks/Benchmark_OrderedDictionary.cs#L21
Non-nullable field '_od' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.Json.Benchmarks/Benchmark_JsonDeserialize.cs#L53
Dereference of a possibly null reference.
|
benchmarks/Neo.Json.Benchmarks/Benchmark_JsonDeserialize.cs#L57
Dereference of a possibly null reference.
|
benchmarks/Neo.Json.Benchmarks/Benchmark_JsonDeserialize.cs#L62
Possible null reference argument for parameter 'token' in 'JToken[] Benchmark_JsonDeserialize.ConvertToJTokenArray(JToken token)'.
|
This job succeeded
Loading