Add global AnalyzerConfig for custom Roslyn analyzer #60
Triggered via pull request
September 11, 2025 12:44
Status
Failure
Total duration
1m 46s
Artifacts
–
Annotations
1 error and 20 warnings
|
build
Process completed with exit code 1.
|
|
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
Nullability of type of parameter 'path' 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/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).
|