Merge pull request #1 from kamendov-maxim/BWT #78
Annotations
10 warnings
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.
|
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.
|
Calculator/Calculator.Src/Program.cs#L14
Possible null reference argument for parameter 'expression' in 'Tuple<double, ErrorCode> Calculator.Evaluate(string expression, IStack stack)'.
|
CalculatorWithGui/GUI/CalculatorForm.cs#L62
Dereference of a possibly null reference.
|
CalculatorWithGui/GUI/CalculatorForm.cs#L92
Nullability of reference types in type of parameter 'sender' of 'void CalculatorForm.button_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
CalculatorWithGui/GUI/CalculatorForm.cs#L62
Dereference of a possibly null reference.
|
CalculatorWithGui/GUI/CalculatorForm.cs#L92
Nullability of reference types in type of parameter 'sender' of 'void CalculatorForm.button_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
This job succeeded
Loading