After running a test (or set of tests), I can no longer rebuild my solution, as it seems to lock the DLL. I have to exit Visual Studio and restart in order to rebuild.
I've found that I can keep task manager open, and just kill any offending VisualNUnit.exe processes. (Which I have seen more than 1 around at times...)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible that your tests may be hanging or leave background threads alive etc. Which could cause the test process to not exit normally?
I don't believe so. This is a public project hosted on GitHub
https://github.com/rackspace/csharp-cloudfiles
I've found that I can keep task manager open, and just kill any offending VisualNUnit.exe processes. (Which I have seen more than 1 around at times...)