Coverage of C library

Coverage of C library

Hi experts,

Does NCover support code coverage of C library called by C# code?

FWIK, it could only get the coverage of C# code, but not C code, in that PINVOKE application.

Regards, Emily


RE: Coverage of C library

NCover only works with code that runs in the CLR. So in the case of PINVOKE it won't cover the code.

NCover can cover C++/CLI, since it's managed code.


RE: Coverage of C library

Hi Alan,

Alright. Thanks!

Regards, Emily