Run Program #169
Annotations
11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
CLVMDotNet/src/Tools/IR/BinUtils.cs#L5
The type name 'x' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
CLVMDotNet/src/CLVM/SExp.cs#L161
'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/Tools/Stages/Stage2/Optimize.cs#L28
Dereference of a possibly null reference.
|
Build:
CLVMDotNet/src/Tools/IR/Utils.cs#L29
Possible null reference argument for parameter 'bytes' in 'string Encoding.GetString(byte[] bytes)'.
|
Build:
CLVMDotNet/src/Tools/IR/Utils.cs#L104
Possible null reference argument for parameter 'blob' in 'BigInteger Casts.IntFromBytes(byte[] blob)'.
|
Build:
CLVMDotNet/src/Tools/SHA256Tree.cs#L21
Possible null reference argument for parameter 'arrays' in 'byte[] SHA256Tree.CombineByteArrays(params byte[][] arrays)'.
|
Build:
CLVMDotNet/src/Tools/IR/BinUtils.cs#L16
Converting null literal or possible null value to non-nullable type.
|
Build:
CLVMDotNet/src/Tools/IR/BinUtils.cs#L48
Converting null literal or possible null value to non-nullable type.
|
Build:
CLVMDotNet/src/Tools/IR/BinUtils.cs#L25
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
Build:
CLVMDotNet/src/Tools/IR/Utils.cs#L129
Possible null reference argument for parameter 'blob' in 'BigInteger Casts.IntFromBytes(byte[] blob)'.
|