Using PartCover 2.3 with .NET 4.0 runtime?

Posted by Roger Lipscombe on Stack Overflow See other posts from Stack Overflow or by Roger Lipscombe
Published on 2010-03-30T15:14:32Z Indexed on 2010/04/08 18:03 UTC
Read the original article Hit count: 713

Filed under:
|
|

I've successfully got PartCover 2.3 working with VS 2008 on my 64-bit machine.

I'm now trying to get it to work with VS 2010 and NUnit 2.5.3. I've got NUnit using the correct CLR version, but I can't get PartCover to produce any output. All I get is an "empty" report XML file:

<PartCoverReport date="2010-03-30T16:09:05.1009099+01:00" />

How do I get PartCover 2.3 (or 2.2, I guess) to work with NUnit 2.5.3 on .NET 4.0?

© Stack Overflow or respective owner

Related posts about partcover

Related posts about nunit-2.5