Skip to content

Treat statistics output as golden data for the test to check against #137

Treat statistics output as golden data for the test to check against

Treat statistics output as golden data for the test to check against #137

Triggered via push December 15, 2024 07:11
Status Failure
Total duration 2m 47s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

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.