fixed MeshTransforms.Rotate() method to rotate mesh Normals accordingly #144
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
mesh_ops/MinimalHoleFill.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
io/StandardMeshReader.cs#L124
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
mesh_ops/MeshMeshCut.cs#L587
Unreachable code detected
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
mesh/MeshDecomposition.cs#L50
Non-nullable field 'mapTo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
mesh/MeshDecomposition.cs#L50
Non-nullable field 'mapToMulti' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
io/StandardMeshReader.cs#L98
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run dotnet test ./test/geometry3sharp.Tests.csproj:
io/StandardMeshReader.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading