Search Results

0
votes

PartCover console produces empty output xml

I was having a similar problem with NUnit on x64. The problem was that I was using nunit-console.exe (AnyCPU). Switching to nunit-console-x86.exe (explicitly 32-bit) solved the problem. I d …
0
votes

How to generate an HTML report from PartCover results .xml

Easiest solution is probably to use msxsl, a simple command line transformer. I use it for exactly this purpose, and it's easy to integrate into your build system. …