Support
CONTENTS
All .NET Applications On My System Attempt To Load NCover
Automating NCover Registration
Batch Script for Simultaneous Coverage
Coverage Data Inconsistencies in NCover 3.0.22 and Earlier
Displaying NCover Results in Bamboo
Duplicate Assemblies in Merged Coverage File
Duplicate Elements in NCover 3 Merged Coverage
Errors When Using NCover.Reporting Under The Local System Account
How are Coverage Metrics calculated?
How do pre-coverage includes and excludes work?
How to Disable Runtime Intelligence in NCover 3.0.20+
How to merge several coverage files together
How to migrate an NCover 2.1 MSBuild task to NCover 3.0
How to migrate an NCover 2.1 NAnt build task to NCover 3.0
How to track down 'Failed to CoCreate Profiler'
NCover 3 with Admin Priviliges in Windows 7
NCover Trend and Report File Definition
Handling 'No data was collected' Errors
Release Notes: NCover 3.0.5 Beta
Release Notes: NCover 3.0.6 Beta
Release Notes: NCover 3.0.8 Beta
Release Notes: NCover 3.0 Beta
Release Notes: NCover v3.0.9 Beta
Reports Available In NCover Classic and NCover Complete
Saving and Using NCover Configuration Files
Visual Studio 2008 SP1 Hangs When MSBuild Integration Is Used
Beginning with v3.4, NCover supports .NET 4.0 RTM. Beginning with v3.2, NCover supports .NET 4.0 Beta 1.
Both versions of NCover will correctly cover all of the new features in C# 4 and VB.NET 4. Note, however, that NCover v3.x requires .NET 3.5 to be installed for its own operation. Shipping with NCover v3.2 is a new application in the NCover\Samples folder that you can use along with NCover to see what coverage for the new C# 4 features looks like.
However, even though NCover v3.2 and higher will cover applications that use .NET 4, it does not support the side-by-side feature of the .NET 4 CLR. That is, if an application uses two instances of the CLR, NCover will only cover code that executes in one instance of the CLR, not both. Which CLR instance is covered is determined by the .NET runtime. Support for the side-by-side feature is not planned at this time. You can request the feature if you need it for NCover to work with your program.