Fix the root cause why byte
has to be used instead of bool
for one C# interop call to C++
#5676
Labels
byte
has to be used instead of bool
for one C# interop call to C++
#5676
for some reason a single method call for checking if body is detached gets the wrong result to C# when the extern definition has
bool
instead ofbyte
in it. This is super bizarre. And very worrying if other function calls also have the same problem or not...The text was updated successfully, but these errors were encountered: