Merge pull request #3 from kamendov-maxim/calculator #76
Annotations
4 warnings
Calculator/Calculator.Src/Program.cs#L14
Possible null reference argument for parameter 'expression' in 'Tuple<double, ErrorCode> Calculator.Evaluate(string expression, IStack stack)'.
|
Calculator/Calculator.Src/StackWithNodes.cs#L42
Converting null literal or possible null value to non-nullable type.
|
Calculator/Calculator.Src/StackWithNodes.cs#L44
Possible null reference assignment.
|
kr1/Vector.Tests/VectorTests.cs#L11
The field 'Tests.MultiplicationAnswer' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading