Skip to content

Initial port of Assimp to c#, Obj and STL working, Ply mostly impleme… #350

Initial port of Assimp to c#, Obj and STL working, Ply mostly impleme…

Initial port of Assimp to c#, Obj and STL working, Ply mostly impleme… #350

Triggered via push October 2, 2024 14:23
Status Failure
Total duration 1m 5s
Artifacts

build.yml

on: push
Matrix: publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
test: Prowl.Editor/Assets/AssimpSharp/ImporterInstances.cs#L1
The type or namespace name 'Obj' does not exist in the namespace 'AssimpSharp.Formats' (are you missing an assembly reference?)
test: Prowl.Editor/Assets/AssimpSharp/ImporterInstances.cs#L1
The type or namespace name 'Obj' does not exist in the namespace 'AssimpSharp.Formats' (are you missing an assembly reference?)
test
Process completed with exit code 1.
test: External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
test: External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
test: External/Prowl.DotRecast/src/DotRecast.Core/RcThrowHelper.cs#L42
The variable 'f1' is assigned but its value is never used
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_indexBuffer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computePipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_graphicsResourceSetsActive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: External/Prowl.Veldrid/src/Veldrid/MTL/MTLCommandList.cs#L45
Non-nullable field '_computeResourceSets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.