Fix and improve RPC management #21
Annotations
10 warnings
|
build:
Monero.Test/TestMoneroWalletCommon.cs#L75
Non-nullable field 'wallet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Monero.Test/TestMoneroUtils.cs#L37
Dereference of a possibly null reference.
|
|
build:
Monero.Test/TestMoneroUtils.cs#L31
Dereference of a possibly null reference.
|
|
build:
Monero.Test/TestMoneroUtils.cs#L25
Dereference of a possibly null reference.
|
|
build:
Monero.Test/TestMoneroUtils.cs#L24
Dereference of a possibly null reference.
|
|
build:
Monero.Test/TestMoneroWalletCommon.cs#L39
The variable 'e' is declared but never used
|
|
build:
Monero.Test/TestMoneroDaemonRpc.cs#L71
Dereference of a possibly null reference.
|
|
build:
Monero/Wallet/Common/MoneroOutgoingTransfer.cs#L152
Dereference of a possibly null reference.
|
|
build:
Monero/Wallet/MoneroWalletRpc.cs#L982
Dereference of a possibly null reference.
|
|
build:
Monero/Wallet/MoneroWalletKeys.cs#L351
Nullability of type of parameter 'query' doesn't match overridden member (possibly because of nullability attributes).
|