Skip to content

Fix github reporting a failure even though tests pass (#18) #85

Fix github reporting a failure even though tests pass (#18)

Fix github reporting a failure even though tests pass (#18) #85

Triggered via push January 5, 2024 23:35
Status Success
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: CLVMDotNet/src/OpUtils.cs#L11
Cannot convert null literal to non-nullable reference type.
Build: CLVMDotNet/src/OpUtils.cs#L33
Cannot convert null literal to non-nullable reference type.
Build: CLVMDotNet/src/SExp.cs#L155
'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/Operators.cs#L14
Cannot convert null literal to non-nullable reference type.
Build: CLVMDotNet/src/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
Build: CLVMDotNet/src/Operators.cs#L15
Cannot convert null literal to non-nullable reference type.
Build: CLVMDotNet/src/SExp.cs#L28
Dereference of a possibly null reference.
Build: CLVMDotNet/src/CLVMObject.cs#L36
Dereference of a possibly null reference.
Build: CLVMDotNet/src/CLVMObject.cs#L53
Possible null reference return.
Build: CLVMDotNet/src/CoreOps.cs#L88
Converting null literal or possible null value to non-nullable type.