[Neo Core] Ensure LevelDB Snapshot Only be Used by One Thread #9354
Annotations
10 warnings
src/Neo.CLI/CLI/MainService.Blockchain.cs#L85
'NeoSystem.GetSnapshot()' is obsolete: 'This method is obsolete, use GetSnapshotCache instead.'
|
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/Plugins/RpcServer/RpcServer.Wallet.cs#L100
'NeoSystem.GetSnapshot()' is obsolete: 'This method is obsolete, use GetSnapshotCache instead.'
|
src/Plugins/TokensTracker/Trackers/NEP-11/Nep11Tracker.cs#L286
'NeoSystem.GetSnapshot()' is obsolete: 'This method is obsolete, use GetSnapshotCache instead.'
|
src/Plugins/OracleService/OracleService.cs#L237
'NeoSystem.GetSnapshot()' is obsolete: 'This method is obsolete, use GetSnapshotCache instead.'
|
src/Plugins/OracleService/OracleService.cs#L329
'NeoSystem.GetSnapshot()' is obsolete: 'This method is obsolete, use GetSnapshotCache instead.'
|
src/Neo.CLI/CLI/MainService.Blockchain.cs#L85
'NeoSystem.GetSnapshot()' is obsolete: 'This method is obsolete, use GetSnapshotCache instead.'
|
This job succeeded
Loading