Skip to content

Merge pull request #3 from napoly/license-conduct-code-quality-badge #2

Merge pull request #3 from napoly/license-conduct-code-quality-badge

Merge pull request #3 from napoly/license-conduct-code-quality-badge #2

Triggered via push August 28, 2025 18:04
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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/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/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.