Skip to content

Add global AnalyzerConfig for custom Roslyn analyzer #61

Add global AnalyzerConfig for custom Roslyn analyzer

Add global AnalyzerConfig for custom Roslyn analyzer #61

Triggered via pull request September 11, 2025 13:02
Status Success
Total duration 2m 0s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build
Nullability of type of parameter 'inputs' 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
'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
Nullability of type of parameter 'path' 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/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).