We've just move forward the NDepend code coverage under NCover v3 and it rocks! At first glance I can see that:
- The coverage phase is much faster. I didn't measure exactly but intuitively I would say 2 times faster than NCover v2. Clearly both the the assembly instrumentation phase and the execution phase are faster, but also my guess is that NCover is now able to re-use instrumented assembly across multiple tests projects.
- The only tack I had with NCover v2 has been fixed: you can now run NCover from a command line under a non-administrator account, which is central because who is running its development/build process box under admin privilege nowadays?!
- The NCoverExplorer usability has been enhanced drastically.
NCover v3 comes with several other cool features, but from my point of view much faster + non-admin changes everything!
No comments yet, be the first one to post comment.