Skip to content

Duplicate ComputerAlgebra.Plotting and remove dependency (#241) #136

Duplicate ComputerAlgebra.Plotting and remove dependency (#241)

Duplicate ComputerAlgebra.Plotting and remove dependency (#241) #136

Triggered via push December 15, 2024 06:14
Status Success
Total duration 2m 50s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Test: Tests/Plotting/Series.cs#L25
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#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).