Github actions packed wrong project #14
Annotations
11 warnings
build_and_test
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/
|
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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L18
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L18
Non-nullable property 'Left' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L18
Non-nullable property 'Right' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L18
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L18
Non-nullable property 'Previous' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/RBTree.cs#L18
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_and_test:
SharpVoronoiLib/Tessellation/Fortune/BeachLine.cs#L35
Converting null literal or possible null value to non-nullable type.
|