Nullable leveldb #11112
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
src/Neo/Persistence/MemoryStore.cs#L53
Nullability of reference types in type of parameter 'keyOrPrefix' of 'IEnumerable<(byte[] Key, byte[] Value)> MemoryStore.Seek(byte[] keyOrPrefix, SeekDirection direction = SeekDirection.Forward)' doesn't match implicitly implemented member 'IEnumerable<(byte[] Key, byte[] Value)> IReadOnlyStore.Seek(byte[]? keyOrPrefix, SeekDirection direction)' (possibly because of nullability attributes).
|
src/Neo/Persistence/MemoryStore.cs#L76
Possible null reference assignment.
|
src/Neo/Persistence/MemoryStore.cs#L53
Nullability of reference types in type of parameter 'keyOrPrefix' of 'IEnumerable<(byte[] Key, byte[] Value)> MemoryStore.Seek(byte[] keyOrPrefix, SeekDirection direction = SeekDirection.Forward)' doesn't match implicitly implemented member 'IEnumerable<(byte[] Key, byte[] Value)> IReadOnlyStore.Seek(byte[]? keyOrPrefix, SeekDirection direction)' (possibly because of nullability attributes).
|
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_JsonDeserialize.cs#L53
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading