Top "Ncover" questions

`NCover` is the original `.NET` code coverage tool.

HRESULT: 0x80131040: The located assembly's manifest definition does not match the assembly reference

The located assembly's manifest definition does not match the assembly reference getting this when running nunit through ncover. Any idea?

.net nunit ncover
Use attribute to omit code from coverage analysis in Visual Studio

I have some classes that, for one reason or another, cannot be or need not be unit tested. I'd like …

visual-studio attributes code-coverage ncover