Treat statistics output as golden data for the test to check against #137
Annotations
1 error and 6 warnings
Test
Process completed with exit code 1.
|
Test:
Tests/Plotting/Plot.cs#L40
Cannot convert null literal to non-nullable reference type.
|
Test:
Tests/Plotting/Plot.cs#L40
Cannot convert null literal to non-nullable reference type.
|
Test:
Tests/Plotting/Plot.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Test:
Tests/Plotting/Plot.cs#L81
Nullability of reference types in type of parameter 'sender' of 'void Plot.Plot_Paint(object sender, PaintEventArgs e)' doesn't match the target delegate 'PaintEventHandler' (possibly because of nullability attributes).
|
Test:
Tests/Plotting/Plot.cs#L82
Nullability of reference types in type of parameter 'sender' of 'void Plot.Plot_SizeChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Test:
Tests/Plotting/Series.cs#L25
Cannot convert null literal to non-nullable reference type.
|