NCoverExplorer.MSBuildTasks

NCover.RegisterProfiler Property

Determines whether to register NCover CoverLib.dll on each run. The default is true. You would set this to false if using TypeMock due to a conflict in registered profilers. If set to true, the NCover task uses a reference counting approach to minimise the chance of issues when simultaneous builds.

public  RegisterProfiler {get; set;}

See Also

NCover Class | NCoverExplorer.MSBuildTasks Namespace