Added chia.dotnet.bls nuget package #89
Annotations
10 warnings
CLVMDotNet/src/OpUtils.cs#L11
Cannot convert null literal to non-nullable reference type.
|
CLVMDotNet/src/OpUtils.cs#L33
Cannot convert null literal to non-nullable reference type.
|
CLVMDotNet/src/Operators.cs#L14
Cannot convert null literal to non-nullable reference type.
|
CLVMDotNet/src/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
|
CLVMDotNet/src/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
|
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.
|
CLVMDotNet/src/SExp.cs#L28
Dereference of a possibly null reference.
|
CLVMDotNet/src/CLVMObject.cs#L36
Dereference of a possibly null reference.
|
CLVMDotNet/src/CLVMObject.cs#L53
Possible null reference return.
|
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