Skip to content

Fix and improve RPC management #21

Fix and improve RPC management

Fix and improve RPC management #21

Triggered via pull request September 6, 2025 14:29
Status Success
Total duration 1m 22s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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