Skip to content

make one function for tests instead of multiple #28

make one function for tests instead of multiple

make one function for tests instead of multiple #28

Triggered via push April 4, 2024 05:41
Status Success
Total duration 1m 26s
Artifacts

ci.yml

on: push
Matrix: build-Ubuntu_and_MacOs
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-Ubuntu_and_MacOs (macos-latest): Calculator/Calculator.Src/Program.cs#L14
Possible null reference argument for parameter 'expression' in 'Tuple<double, ErrorCode> Calculator.Evaluate(string expression, IStack stack)'.
build-Ubuntu_and_MacOs (macos-latest): Calculator/Calculator.Src/StackWithNodes.cs#L42
Converting null literal or possible null value to non-nullable type.
build-Ubuntu_and_MacOs (ubuntu-latest): Calculator/Calculator.Src/Program.cs#L14
Possible null reference argument for parameter 'expression' in 'Tuple<double, ErrorCode> Calculator.Evaluate(string expression, IStack stack)'.
build-Ubuntu_and_MacOs (ubuntu-latest): Calculator/Calculator.Src/StackWithNodes.cs#L42
Converting null literal or possible null value to non-nullable type.
build-Windows: Calculator/Calculator.Src/Program.cs#L14
Possible null reference argument for parameter 'expression' in 'Tuple<double, ErrorCode> Calculator.Evaluate(string expression, IStack stack)'.
build-Windows: Calculator/Calculator.Src/StackWithNodes.cs#L42
Converting null literal or possible null value to non-nullable type.
build-Windows: Calculator/Calculator.Src/StackWithNodes.cs#L44
Possible null reference assignment.
build-Windows: Calculator/Calculator.Src/Program.cs#L14
Possible null reference argument for parameter 'expression' in 'Tuple<double, ErrorCode> Calculator.Evaluate(string expression, IStack stack)'.
build-Windows: Calculator/Calculator.Src/StackWithNodes.cs#L42
Converting null literal or possible null value to non-nullable type.
build-Windows: Calculator/Calculator.Src/StackWithNodes.cs#L44
Possible null reference assignment.