Skip to content

Run Program

Run Program #171

Triggered via pull request January 29, 2024 18:54
Status Success
Total duration 1m 0s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/SHA256Tree.cs#L21
Possible null reference argument for parameter 'arrays' in 'byte[] SHA256Tree.CombineByteArrays(params byte[][] arrays)'.
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/IR/Utils.cs#L129
Possible null reference argument for parameter 'blob' in 'BigInteger Casts.IntFromBytes(byte[] blob)'.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L141
Possible null reference return.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L156
Converting null literal or possible null value to non-nullable type.
Build: CLVMDotNet/src/Tools/IR/Utils.cs#L157
Dereference of a possibly null reference.