I'm looking for a way to automate the tests within a unit test process in a different language/runtime (C#/.NET) and I prototyped this with a validate_inprocess.dll and it's working great, so I wanted to know if you would accept a PR to generate in addition to the existing validator.exe a shared library (e.g validate_inprocess.dll)?
I was actually able to workaround it with ExternalProject_Add with cmake and by patching a file with it, so probably no need to have it officially supported.
Hello there! 🙂
I'm looking for a way to automate the tests within a unit test process in a different language/runtime (C#/.NET) and I prototyped this with a
validate_inprocess.dll
and it's working great, so I wanted to know if you would accept a PR to generate in addition to the existingvalidator.exe
a shared library (e.gvalidate_inprocess.dll
)?