Merge pull request #42 from Pier-Two/dev #279
Annotations
11 warnings
The following actions use a deprecated Node.js version 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 Project_Beacon:
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L34
Possible null reference return.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L36
Dereference of a possibly null reference.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L39
Possible null reference return.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/BeaconState.cs#L5
Non-nullable property 'PreviousVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/BeaconState.cs#L6
Non-nullable property 'CurrentVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/BeaconState.cs#L14
Non-nullable property 'ParentRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/BeaconState.cs#L15
Non-nullable property 'StateRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/BeaconState.cs#L16
Non-nullable property 'BodyRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Project_Beacon:
lib/SszSharp/SszSharp/BeaconState.cs#L28
Non-nullable property 'AttestingIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading