Skip to content

run docker compose with integration test #22

run docker compose with integration test

run docker compose with integration test #22

Triggered via pull request September 6, 2025 20:25
Status Failure
Total duration 1m 8s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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/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/MoneroWalletRpc.cs#L290
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/Common/MoneroTxQuery.cs#L119
'MoneroTxQuery.GetHeight()' hides inherited member 'MoneroTx.GetHeight()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Monero/Wallet/Common/MoneroTxQuery.cs#L114
'MoneroTxQuery.SetPaymentId(string)' hides inherited member 'MoneroTx.SetPaymentId(string?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: Monero/Wallet/Common/MoneroTxQuery.cs#L75
Nullability of type of parameter 'hash' doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/Common/MoneroOutputWallet.cs#L35
Nullability of type of parameter 'tx' 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.