Skip to content

Add ci to calculator branch #14

Add ci to calculator branch

Add ci to calculator branch #14

Triggered via push March 23, 2024 07:46
Status Success
Total duration 1m 13s
Artifacts

ci.yml

on: push
build-Windows
1m 3s
build-Windows
Matrix: build-Ubuntu_and_MacOs
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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-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-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.