Skip to content

Rename workflow to tests so that the readme badge is nicer #5

Rename workflow to tests so that the readme badge is nicer

Rename workflow to tests so that the readme badge is nicer #5

Triggered via push June 18, 2023 11:34
Status Cancelled
Total duration 1m 5s
Artifacts

test.yml

on: push
build_and_test
56s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build_and_test
The run was canceled by @RudyTheDev.
build_and_test
The operation was canceled.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L16
Cannot convert null literal to non-nullable reference type.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L13
Non-nullable property 'Edge' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L13
Non-nullable property 'CircleEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L71
Converting null literal or possible null value to non-nullable type.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L75
Possible null reference assignment.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L131
Converting null literal or possible null value to non-nullable type.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L35
Converting null literal or possible null value to non-nullable type.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L36
Converting null literal or possible null value to non-nullable type.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L100
Possible null reference argument for parameter 'node' in 'RBTreeNode<BeachSection> RBTree<BeachSection>.InsertSuccessor(RBTreeNode<BeachSection> node, BeachSection successorData)'.
build_and_test: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L119
Cannot convert null literal to non-nullable reference type.