Add clvm tools IRReader & IRWriter #98
Annotations
1 error and 10 warnings
Build
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#L158
'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/CLVMObject.cs#L50
Dereference of a possibly null reference.
|
Build:
CLVMDotNet/src/CLVMObject.cs#L67
Possible null reference return.
|
Build:
CLVMDotNet/src/CoreOps.cs#L88
Converting null literal or possible null value to non-nullable type.
|
Build:
CLVMDotNet/src/CoreOps.cs#L89
Converting null literal or possible null value to non-nullable type.
|