Skip to content

Add global AnalyzerConfig for custom Roslyn analyzer #57

Add global AnalyzerConfig for custom Roslyn analyzer

Add global AnalyzerConfig for custom Roslyn analyzer #57

Re-run triggered September 10, 2025 20:59
Status Success
Total duration 3m 10s
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 return type doesn't match overridden member (possibly because of nullability attributes).
build
Nullability of type of parameter 'outputs' 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 'path' doesn't match overridden member (possibly because of nullability attributes).
build: Monero/Wallet/MoneroWalletRpc.cs#L391
Nullability of return type 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#L253
Nullability of type of parameter 'outputs' 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).