Package config #4
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/EtherScan.Dotnet.Client/Models/Contract/Response/ContractSourceCodeResponse.cs#L5
Non-nullable property 'SourceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/EtherScan.Dotnet.Client/Models/Contract/Response/ContractAbiResponse.cs#L6
Non-nullable property 'Abi' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L373
The variable 'ex' is declared but never used
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L22
Missing XML comment for publicly visible type or member 'EtherScanClient'
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L59
Missing XML comment for publicly visible type or member 'EtherScanClient.GetAccountBalanceAsync(AccountBalanceRequest, CancellationToken)'
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L76
Missing XML comment for publicly visible type or member 'EtherScanClient.GetMultipleAccountBalanceAsync(AccountBalanceRequest, CancellationToken)'
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L85
Missing XML comment for publicly visible type or member 'EtherScanClient.GetTransactionsByAddressAsync(TransactionRequest, CancellationToken)'
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L93
Missing XML comment for publicly visible type or member 'EtherScanClient.GetInternalTransactionsByAddressAsync(TransactionRequest, CancellationToken)'
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L100
Missing XML comment for publicly visible type or member 'EtherScanClient.GetInternalTransactionsByTransactionHashAsync(TxnTransactionRequest, CancellationToken)'
|
build:
src/EtherScan.Dotnet.Client/EtherScanClient.cs#L107
Missing XML comment for publicly visible type or member 'EtherScanClient.GetInternalTransactionsByBlockRangeAsync(BlockRangeRequest, CancellationToken)'
|