Pilchie / xunit.runner.wpf

XUnit Gui written in WPF
Apache License 2.0
44 stars 41 forks source link

Native dlls get locked and can't be overwritten #65

Open nguerrera opened 8 years ago

nguerrera commented 8 years ago

If my tests run any native code in my project, the native libs cannot be overwritten until I kill the worker process. I'm not sure there's an easier solution, but I'm wondering if letting the worker process recycle itself if no debugger is attached and a certain timeout has elapsed. It would be a hack, but it's all I've got that would preserve the current debugging flow.

Other ideas? Happy to try to contribute a fix if we can come up with a good solution.

@jaredpar @Pilchie @DustinCampbell