Improve code coverage #9291
Annotations
8 warnings
src/Neo.CLI/CLI/MainService.Network.cs#L120
Converting null literal or possible null value to non-nullable type.
|
src/Neo.CLI/CLI/MainService.Network.cs#L121
Possible null reference argument for parameter 'ret' in 'void MainService.OnBroadcastCommand(MessageCommand command, ISerializable ret)'.
|
src/Neo.CLI/CLI/MainService.Wallet.cs#L621
Converting null literal or possible null value to non-nullable type.
|
src/Neo.CLI/CLI/MainService.Wallet.cs#L623
Dereference of a possibly null reference.
|
src/Neo.CLI/CLI/MainService.Network.cs#L120
Converting null literal or possible null value to non-nullable type.
|
src/Neo.CLI/CLI/MainService.Network.cs#L121
Possible null reference argument for parameter 'ret' in 'void MainService.OnBroadcastCommand(MessageCommand command, ISerializable ret)'.
|
src/Neo.CLI/CLI/MainService.Wallet.cs#L621
Converting null literal or possible null value to non-nullable type.
|
src/Neo.CLI/CLI/MainService.Wallet.cs#L623
Dereference of a possibly null reference.
|
This job succeeded
Loading