#665- Integration with Resharper: Run a selected unit test with the profiler attatched.
http://www.intellij.net/tracker/netprofiler/viewSCR?publicId=665
I'm not sure if this is possible in the current build, but I can't get the profiling to work within VS 2005 at the moment.
Basically, I am trying to pinpoint a bottleneck in a specific area and I would like to be able to select and run a unit test with the profiler attatched.
FYI: Currently, my tests are NUnit tests which are exe's (so that I can use config files for the tests) and the Main function simply writes out a message to the console telling a user to use within NUnit environment.
A workaround would be to pass command line arguments telling it which tests to run, but this is really unmanageable if I have dozens of tests within an assembly.
Please sign in to leave a comment.