Run Program #179
Annotations
11 warnings
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/PatternMatch.cs#L31
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/CLVM/OperatorDict.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Build:
CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L50
Converting null literal or possible null value to non-nullable type.
|
Build:
CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L61
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
|
Build:
CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L64
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
|
Build:
CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L71
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
|
Build:
CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L74
Possible null reference argument for parameter 'newKey' in 'Dictionary<string, SExp>? PatternMatch.UnifyBindings(Dictionary<string, SExp> bindings, byte[] newKey, SExp newValue)'.
|
Build:
CLVMDotNet/src/Tools/Stages/Stage2/PatternMatch.cs#L82
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading