Skip to content

Completed Operators #133

Completed Operators

Completed Operators #133

Triggered via pull request January 21, 2024 21:43
Status Failure
Total duration 47s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 1.
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/IR/BinUtils.cs#L16
Converting null literal or possible null value to non-nullable type.
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/Utils.cs#L28
Possible null reference argument for parameter 'bytes' in 'string Encoding.GetString(byte[] bytes)'.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L103
Possible null reference argument for parameter 'blob' in 'BigInteger Casts.IntFromBytes(byte[] blob)'.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L128
Possible null reference argument for parameter 'blob' in 'BigInteger Casts.IntFromBytes(byte[] blob)'.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L155
Converting null literal or possible null value to non-nullable type.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L156
Dereference of a possibly null reference.
Build: CLVMDotNet/src/Tools/IR/Clvmc.cs#L16
Possible null reference return.