Skip to content

Add code coverage for unit and integration tests #76

Add code coverage for unit and integration tests

Add code coverage for unit and integration tests #76

Triggered via pull request September 13, 2025 07:55
Status Failure
Total duration 1m 51s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build
Process completed with exit code 1.
build
Nullability of type of parameter 'path' doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of type of parameter 'label' doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of type of parameter 'inputs' doesn't match overridden member (possibly because of nullability attributes).
build
'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
'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
Nullability of type of parameter 'hash' doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of type of parameter 'tx' doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of type of parameter 'o2' doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of type of parameter 'o1' doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/MoneroWalletLight.cs#L187
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/MoneroWalletRpc.cs#L396
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/Common/MoneroTxWallet.cs#L204
Nullability of type of parameter 'inputs' doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/Common/MoneroTxQuery.cs#L136
'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#L131
'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#L92
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/Wallet/Common/MoneroOutputComparer.cs#L9
Nullability of type of parameter 'o2' doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/Common/MoneroOutputComparer.cs#L9
Nullability of type of parameter 'o1' doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Daemon/MoneroDaemonLws.cs#L20
Nullability of type of parameter 'path' doesn't match overridden member (possibly because of nullability attributes).