ncover-explorer

How do I fix a NCover "Duplicate method was added" error

Having performed some refactoring I am now finding that NCoverExplorer is unable to merge my test results. With NCover and NCoverExplorer v3.2.2 the merge appeared to work, but NCoverExplorer would fail to open the merged file with an error suggesting that the file didn't exist or couldn't be opened (which it did and could). So I tried ...

NCover installation

Hi, I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version of NCover (v3.3.2) would be shared amongst all projects and I can invisage problems when upgrading NCover. TIA ...

NCover couldn't create a coverage report. 0 Passed, 0 Failed, 0 Skipped

Hi, I am using Visual Studio 2008 Professional with TestDriven.NET 2.14.2190, Windows XP (x86). When i right click on my unit tests project, test with - Coverage, I obtain the following output: NCover couldn't create a coverage report. and the result: 0 Passed, 0 Failed, 0 Skipped I have no other versions of NCover installed, jus...

NCover 1.5.8 / NCoverExplorer 1.4.0.7 manual exclusions are very flaky

I haven't yet installed my license of NCover 3, and am still running 1.5.8 on my build server. I am trying to exclude full assemblies and specific classes that I don't want included in the report, because they are artificially lowering the coverage results. In NCoverExplorer, I was playing around with the options because there is a cov...