Fix and improve RPC management #15
Annotations
10 warnings
|
build:
Monero/Daemon/MoneroDaemonRpc.cs#L1680
Dereference of a possibly null reference.
|
|
build:
Monero/Common/TaskLooper.cs#L15
Non-nullable field '_loopTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Monero/Common/TaskLooper.cs#L15
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Monero/Wallet/MoneroWalletRpc.cs#L452
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Monero/Wallet/MoneroWalletLight.cs#L385
Nullability of type of parameter 'label' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Monero/Wallet/MoneroWalletLight.cs#L190
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Monero/Wallet/Common/MoneroTxQuery.cs#L132
Nullability of type of parameter 'paymentId' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Monero/Wallet/Common/MoneroTxQuery.cs#L93
Nullability of type of parameter 'hash' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
Monero/Daemon/Common/MoneroPeer.cs#L293
'MoneroPeer.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
|
|
build:
Monero/Common/MoneroBlockHeader.cs#L4
'MoneroBlockHeader' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|