Hardcode our chosen binary name format #79
Annotations
2 warnings
Run dotnet test AssimpNet.Test -c Release -a x86:
AssimpNet/Unmanaged/AssimpLibrary.cs#L72
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Assimp.Unmanaged.Platform)3' is not covered.
|
Run dotnet test AssimpNet.Test -c Release -a x86:
AssimpNet/Unmanaged/AssimpLibrary.cs#L79
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Assimp.Unmanaged.Platform)3' is not covered.
|
Loading