Added compile functionality #106
Annotations
10 warnings
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/OpUtils.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/CLVM/OpUtils.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/CLVM/Operators.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/CLVM/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/CLVM/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/CLVM/SExp.cs#L160
'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/IR/Utils.cs#L28
Possible null reference argument for parameter 'bytes' in 'string Encoding.GetString(byte[] bytes)'.
|
Build:
CLVMDotNet/src/Tools/IR/Utils.cs#L31
Possible null reference return.
|
Build:
CLVMDotNet/src/Tools/SHA256Tree.cs#L21
Possible null reference argument for parameter 'arrays' in 'byte[] SHA256Tree.CombineByteArrays(params byte[][] arrays)'.
|