What's the expected process for regenerating the bindings, for example the files at ./src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi?
I don't see any obvious way to do this--CppParser.Bootstrap only looks like it handles the native code and CppSharp.CLI doesn't seem like it has the right options available (or I'm otherwise missing how to set module.OutputNamespace to "").
Apologies if I missed this somewhere in the documentation or the build system.
What's the expected process for regenerating the bindings, for example the files at
./src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi
?I don't see any obvious way to do this--
CppParser.Bootstrap
only looks like it handles the native code andCppSharp.CLI
doesn't seem like it has the right options available (or I'm otherwise missing how to setmodule.OutputNamespace
to""
).Apologies if I missed this somewhere in the documentation or the build system.