Add MonoGame screenshot to readme #11
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L16
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L35
Converting null literal or possible null value to non-nullable type.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L36
Converting null literal or possible null value to non-nullable type.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L100
Possible null reference argument for parameter 'node' in 'RBTreeNode<BeachSection> RBTree<BeachSection>.InsertSuccessor(RBTreeNode<BeachSection> node, BeachSection successorData)'.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L121
Cannot convert null literal to non-nullable reference type.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L183
Cannot convert null literal to non-nullable reference type.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L186
Dereference of a possibly null reference.
|
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L191
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading