I've just "upgraded" from NUnit 2.5.2 to NUnit 2.5.7 so that I can run unit tests against an dll's built with .Net Framework 4. I've been using 2.5.2 for a long time via the "StartExternalProgram" property uner project properties. I've never had to explicitly debug attach to the NUnit process in that scenario.
Now under 2.5.7 it appears that one must explicitly attach to the NUnit_Agent process in order to debug the code under test.
Of course this means that instead of requiring two clicks to run my unit tests I now have to click Debug.Run icon in VS2010, wait for NUnit GUI to appear, alt-Tab back to VS2010, click Debug.Attach.., scroll down the list to find NUnitAgent, double click to select it, alt-Tab back to NUnit GUI, click Run to run the test(s).
So, is there a reason that using Nunit has become that much more difficult under 2.5.7 or did a ball get dropped?
Thanks in advance for any advice on restoring the "automagic attach" from earlier versions.
Bill