I am facing issues with nunit.
When I run unit tests and close the nunit application, the application closes with significant delay and nunit86.exe process remains in memory. I need to kill it to build the code again with changes.
I face the same issue when I run the unit test cases with ReSharper.
After searching on web, I came across this and this solution.
I made the required changes in config file and found that the application closes promptly but a pop up comes saying "Nunit agent stopped working". I had to close it each time.
It is really painful as we are also using nunit on CC.NET.
Any solution for this will be appreciated.
I have used following version's of Nunit but no success
- NUnit 2.5.5
- NUnit 2.5.9
- NUnit 2.5.10
- NUnit 2.6.2
I tried it using following version's of Nunit.