WIP work #84
Annotations
10 errors and 2 warnings
Run dotnet test AssimpNet.Test -c Debug -a x86:
AssimpNet/Bone.cs#L123
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
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 -a x86:
AssimpNet/Bone.cs#L123
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
AssimpNet/Bone.cs#L126
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
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 -a x86:
AssimpNet/Bone.cs#L126
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
AssimpNet/Bone.cs#L139
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
AssimpNet/Bone.cs#L139
Operator '!=' cannot be applied to operands of type 'VertexWeight*' and 'nint'
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
AssimpNet/Bone.cs#L140
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
AssimpNet/Bone.cs#L140
Pointers and fixed size buffers may only be used in an unsafe context
|
Run dotnet test AssimpNet.Test -c Debug -a x86:
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 -a x86:
AssimpNet/MemoryHelper.cs#L490
This takes the address of, gets the size of, or declares a pointer to a managed type ('T')
|
Loading