Skip to content

Create main.yml

Create main.yml #1

Triggered via push January 25, 2025 09:42
Status Failure
Total duration 35s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
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.Sample/Program.cs#L62
Dereference of a possibly null reference.
build: src/EtherScan.Dotnet.Client.Sample/Program.cs#L180
Dereference of a possibly null reference.
build: src/EtherScan.Dotnet.Client.Tests/Usage/UsageTests.cs#L38
Dereference of a possibly null reference.
build: src/EtherScan.Dotnet.Client.Tests/Block/BlockTests.cs#L49
Dereference of a possibly null reference.
build: src/EtherScan.Dotnet.Client.Tests/Block/BlockTests.cs#L85
Dereference of a possibly null reference.
build: src/EtherScan.Dotnet.Client.Tests/Block/BlockTests.cs#L117
Dereference of a possibly null reference.
build: src/EtherScan.Dotnet.Client.Tests/Block/BlockTests.cs#L185
Possible null reference argument for parameter 'collection' in 'DailyAverageBlockSizeResponse Assert.Single<DailyAverageBlockSizeResponse>(IEnumerable<DailyAverageBlockSizeResponse> collection)'.