dcsync
dcsync
Hi Ryan! Sorry for the late response. My original intent behind adding arguments to `WrapperFunctionFormat` was to enable the development of a C# build cache. I actually just finished integrating...
Thanks for releasing SharpGen by the way! It's exactly what I was looking for in an inline C# compiler. I was trying to put together some C# compilation helpers for...
Hey @cobbr, does it return 0 on your system when invalid arguments are passed? Here's how I'm testing it: $ dotnet --version 2.2.105 $ dotnet ./bin/Debug/netcoreapp2.1/SharpGen_original.dll ; echo "exit code:...