Skip to content

Fix and improve RPC management #15

Fix and improve RPC management

Fix and improve RPC management #15

Triggered via pull request September 2, 2025 16:36
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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()