Add stop test for BeaconClientManager #157
Annotations
11 warnings
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/SszUnionWrapper.cs#L34
Possible null reference return.
|
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L36
Dereference of a possibly null reference.
|
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L39
Converting null literal or possible null value to non-nullable type.
|
lib/SszSharp/SszSharp/SszUnionWrapper.cs#L39
Possible null reference return.
|
lib/SszSharp/SszSharp/SszSchemaGenerator.cs#L14
Dereference of a possibly null reference.
|
lib/SszSharp/SszSharp/SszSchemaGenerator.cs#L58
Possible null reference argument for parameter 'source' in 'IEnumerable<object> Enumerable.Cast<object>(IEnumerable source)'.
|
lib/SszSharp/SszSharp/SszSchemaGenerator.cs#L158
Possible null reference argument for parameter 'targetType' in 'object? SszSchemaGenerator.Unwrap(ISszType sourceType, Type targetType, object? value)'.
|
lib/SszSharp/SszSharp/SszSchemaGenerator.cs#L162
Argument of type 'Type?[]' cannot be used for parameter 'typeArguments' of type 'Type[]' in 'MethodInfo MethodInfo.MakeGenericMethod(params Type[] typeArguments)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading