pythonnet / clr-loader

Loader for different .NET runtimes
MIT License
32 stars 23 forks source link

Run test for autogenerated config in subprocess #47

Closed filmor closed 1 year ago

filmor commented 1 year ago

Only a single version of a dotnet-core runtime can be loaded at a given time. This off-loads one of our tests to a subprocess (the same pattern would work if we did this for the other test). Could be cleaner, but this will do for now.

Fixes #46