Add clvm tools IRReader & IRWriter #96
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build:
CLVMDotNet/src/OpUtils.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/OpUtils.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/Operators.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/SExp.cs#L155
'SExp.Equals(dynamic)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
CLVMDotNet/src/SExp.cs#L28
Dereference of a possibly null reference.
|
Build:
CLVMDotNet/src/SExp.cs#L29
Nullability of reference types in value of type 'Tuple<dynamic?, dynamic?>' doesn't match target type 'Tuple<dynamic, dynamic>'.
|
Build:
CLVMDotNet/src/CLVMObject.cs#L50
Dereference of a possibly null reference.
|
Build:
CLVMDotNet/src/CoreOps.cs#L88
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading