Skip to content

Separate unit and integration tests #64

Separate unit and integration tests

Separate unit and integration tests #64

Triggered via pull request September 12, 2025 15:21
Status Success
Total duration 2m 8s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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 'path' 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#L382
Nullability of type of parameter 'label' 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/Daemon/MoneroDaemonLws.cs#L20
Nullability of type of parameter 'path' 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).