up vote 5 down vote favorite
2
share [g+] share [fb]

I need a free code coverage tools in .NET for personal project. NCover is bit expensive for person use.

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

Discontinued versions of NCover are still free (and still work quite well, in my opinion). Get them here.

link|improve this answer
feedback

give PartCover a try, but i dont know if it works with .Net 3.x ! PartCover download on sourceforge

link|improve this answer
Partcover is now maintained on GitHub github.com/sawilde/opencover and there is a new tool called OpenCover github.com/sawilde/opencover – Shaun Wilde Jun 25 '11 at 0:12
cool, thanks for the info! – cordellcp3 Jun 27 '11 at 7:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.