Add NUnit tests; #144
Annotations
7 errors and 11 warnings
src/Lantern.Beacon/BeaconClientManager.cs#L111
Argument 2: cannot convert from 'ulong' to 'Microsoft.Extensions.Logging.EventId'
|
src/Lantern.Beacon/BeaconClientManager.cs#L112
Argument 3: cannot convert from 'ulong' to 'System.Exception?'
|
src/Lantern.Beacon/BeaconClientManager.cs#L115
Argument 4: cannot convert from 'ulong' to 'string?'
|
src/Lantern.Beacon/BeaconClientManager.cs#L111
Argument 2: cannot convert from 'ulong' to 'Microsoft.Extensions.Logging.EventId'
|
src/Lantern.Beacon/BeaconClientManager.cs#L112
Argument 3: cannot convert from 'ulong' to 'System.Exception?'
|
src/Lantern.Beacon/BeaconClientManager.cs#L115
Argument 4: cannot convert from 'ulong' to 'string?'
|
|
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/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
lib/SszSharp/SszSharp/BeaconState.cs#L22
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
lib/SszSharp/SszSharp/BeaconState.cs#L23
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
lib/SszSharp/SszSharp/BeaconState.cs#L28
Non-nullable property 'AttestingIndices' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
lib/SszSharp/SszSharp/BeaconState.cs#L29
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading