Skip to content

Update CustomDiscoveryProtocol.cs #145

Update CustomDiscoveryProtocol.cs

Update CustomDiscoveryProtocol.cs #145

Triggered via push July 29, 2024 01:42
Status Failure
Total duration 38s
Artifacts
Build and Test
28s
Build and Test
Build and analyze SonarCloud
0s
Build and analyze SonarCloud
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
Build and Test: src/Lantern.Beacon/BeaconClientManager.cs#L111
Argument 2: cannot convert from 'ulong' to 'Microsoft.Extensions.Logging.EventId'
Build and Test: src/Lantern.Beacon/BeaconClientManager.cs#L112
Argument 3: cannot convert from 'ulong' to 'System.Exception?'
Build and Test: src/Lantern.Beacon/BeaconClientManager.cs#L115
Argument 4: cannot convert from 'ulong' to 'string?'
Build and Test: src/Lantern.Beacon/BeaconClientManager.cs#L111
Argument 2: cannot convert from 'ulong' to 'Microsoft.Extensions.Logging.EventId'
Build and Test: src/Lantern.Beacon/BeaconClientManager.cs#L112
Argument 3: cannot convert from 'ulong' to 'System.Exception?'
Build and Test: src/Lantern.Beacon/BeaconClientManager.cs#L115
Argument 4: cannot convert from 'ulong' to 'string?'
Build and Test
Process completed with exit code 1.
Build and Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test: lib/SszSharp/SszSharp/BeaconState.cs#L5
Non-nullable property 'PreviousVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: lib/SszSharp/SszSharp/BeaconState.cs#L6
Non-nullable property 'CurrentVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: lib/SszSharp/SszSharp/BeaconState.cs#L14
Non-nullable property 'ParentRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: lib/SszSharp/SszSharp/BeaconState.cs#L15
Non-nullable property 'StateRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: lib/SszSharp/SszSharp/BeaconState.cs#L16
Non-nullable property 'BodyRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: lib/SszSharp/SszSharp/SszUnionWrapper.cs#L34
Possible null reference return.
Build and Test: lib/SszSharp/SszSharp/SszUnionWrapper.cs#L36
Dereference of a possibly null reference.
Build and Test: lib/SszSharp/SszSharp/SszUnionWrapper.cs#L39
Converting null literal or possible null value to non-nullable type.
Build and Test: lib/SszSharp/SszSharp/SszUnionWrapper.cs#L39
Possible null reference return.
Build and Test: lib/SszSharp/SszSharp/BeaconState.cs#L21
Non-nullable property 'AttestingIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.