1

I've downloaded NCover 1.5.8, run the .msi that's in the .zip file -- now what do I do? I can't find any documentation, I can't find any program to run.

digitig
  • 1,989
  • 3
  • 25
  • 45

2 Answers2

1

NCover 1.5.8 is quite old and only supports .NET2 and below - AFAIK.

When you install it you will find a FAQ which tells yu how to use it and a console application under program files.

You may also find PartCover and OpenCover of use. Both support .NET2 and .NET4 but OpenCover also supports 32 and 64 bit as well as sequence and branch coverage.

Shaun Wilde
  • 8,228
  • 4
  • 36
  • 56
0

Follow the documentation in the "Getting Started" article on the NCover web site.

Jon Adams
  • 24,464
  • 18
  • 82
  • 120