Search code examples
.netcode-coverage

Free code coverage tools in .NET for personal project


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


Solution

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

    UPDATE (20th Nov, 2012): I believe OpenCover is now the best option. I've used it with great success on my current .NET 4 project.