Skip to content

Create workflow action test.yml for building and testing the project #1

Create workflow action test.yml for building and testing the project

Create workflow action test.yml for building and testing the project #1

Triggered via push June 18, 2023 09:55
Status Success
Total duration 1m 14s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L16
Cannot convert null literal to non-nullable reference type.
build: 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: 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: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L35
Converting null literal or possible null value to non-nullable type.
build: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L36
Converting null literal or possible null value to non-nullable type.
build: 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: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L119
Cannot convert null literal to non-nullable reference type.
build: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L179
Cannot convert null literal to non-nullable reference type.
build: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L182
Dereference of a possibly null reference.
build: SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L185
Cannot convert null literal to non-nullable reference type.