Skip to content

Package config

Package config #3

Triggered via push January 25, 2025 09:54
Status Failure
Total duration 29s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
The readme file 'README.md' does not exist in the package.
build
The readme file 'README.md' does not exist in the package.
build
Process completed with exit code 1.
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)'