Integration w/ Team City
Team City automatically runs your NUnit tests (through a task when using msbuild) and automatically shows results and responds to failures/ignores in its dashboard. In order to integrate NCover, you need to use the NCover msbuild task, generate reports, then manually link them as artifacts in Team City. The tests that run through NCover, however, are no longer integrated w/ Team City. To do this you end up having to run the tests twice. It would be nice if this was better integrated.