Running Fakes with 3rd party coverage tools

264 Views Asked by At

Is it possible to use Microsoft Fakes with 3rd party code-coverage tools such as NCover, PartCover or OpenCover?

With Moles this was possible using the CLRMONITOR_EXTERNAL_PROFILERS environment variable but it doesn't work with Fakes so I was wondering if the environment variable had changed name - if so I can't find out what this is.

1

There are 1 best solutions below

1
On BEST ANSWER

No. There is no way to enable another profiler together with Fakes.