FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Factor dotnet build targets out into libs and test assemblies #414

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

What does this PR do?

Factor dotnet build targets out into libs and test assemblies that can be run with dotnet core 2.0

This has markedly worsened test time. Whatever overhead dotnet test incurs is now tripled as we have three dotnet tests.

jbcoe commented 6 years ago

Failing tests due to DLL search path.