Skip to content

Publish TVGL to NuGet.org #2

Publish TVGL to NuGet.org

Publish TVGL to NuGet.org #2

Manually triggered August 3, 2026 17:39
Status Success
Total duration 1m 44s
Artifacts

publish-nuget.yml

on: workflow_dispatch
Pack, test, and publish
57s
Pack, test, and publish
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
micampbell
approved Aug 3, 2026
nuget-release

Annotations

10 warnings
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Miscellaneous Functions/UpdatablePriorityQueue.cs#L906
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Miscellaneous Functions/UpdatablePriorityQueue.cs#L556
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Miscellaneous Functions/Unique3DLineHashLikeCollection.cs#L46
The member 'Unique3DLineHashLikeCollection<T>.Add(Vector3, Vector3)' does not hide an accessible member. The new keyword is not required.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Miscellaneous Functions/Unique3DLineHashLikeCollection.cs#L36
The member 'Unique3DLineHashLikeCollection<T>.Add(Vector4)' does not hide an accessible member. The new keyword is not required.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Implicits and Primitives/TwoDimensional/SphericalZBuffer.cs#L101
The member 'SphericalBuffer.Initialize(double, double, double, double, int)' does not hide an accessible member. The new keyword is not required.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Implicits and Primitives/TwoDimensional/CylindricalZBuffer.cs#L117
The member 'CylindricalBuffer.Initialize(double, double, double, double, int, int)' does not hide an accessible member. The new keyword is not required.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Polygon Operations/Clipper/github.com.AngusJohnson.Clipper2/HashCode.cs#L120
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Polygon Operations/Clipper/github.com.AngusJohnson.Clipper2/Clipper.Offset.cs#L91
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Polygon Operations/Clipper/github.com.AngusJohnson.Clipper2/Clipper.Offset.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Pack, test, and publish: TessellationAndVoxelizationGeometryLibrary/Implicits and Primitives/3D Curves/BorderLoop.cs#L104
'BorderLoop.EncirclesAxis' hides inherited member 'EdgePath.EncirclesAxis(Vector3, Vector3)'. Use the new keyword if hiding was intended.