WIP work #84
Annotations
10 errors and 3 warnings
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L123
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L123
Cannot implicitly convert type 'nint' to 'Assimp.VertexWeight*'. An explicit conversion exists (are you missing a cast?)
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L123
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L126
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L126
Cannot implicitly convert type 'nint' to 'Assimp.VertexWeight*'. An explicit conversion exists (are you missing a cast?)
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L126
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L139
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L139
Operator '!=' cannot be applied to operands of type 'VertexWeight*' and 'nint'
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L140
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/Bone.cs#L140
Pointers and fixed size buffers may only be used in an unsafe context
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/MemoryHelper.cs#L308
This takes the address of, gets the size of, or declares a pointer to a managed type ('Native')
|
Run dotnet test AssimpNet.Test -c Debug :
AssimpNet/MemoryHelper.cs#L490
This takes the address of, gets the size of, or declares a pointer to a managed type ('T')
|
Loading