Skip to content

Check stats for correctness #142

Check stats for correctness

Check stats for correctness #142

Triggered via pull request December 15, 2024 09:10
@dsharletdsharlet
synchronize #242
test-data
Status Failure
Total duration 2m 7s
Artifacts

test.yml

on: pull_request
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.