VIS-7230 - limit endless loop in LaplacianMeshSmoother; correctly transfer MaxDegreeOfParallelism argument through code tree #160
Annotations
9 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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