Code coverage tools that can be used on .NET 4.0 assemblies

Posted by Tim Duncan on Stack Overflow See other posts from Stack Overflow or by Tim Duncan
Published on 2010-05-20T01:26:45Z Indexed on 2010/05/20 1:30 UTC
Read the original article Hit count: 229

Filed under:
|

We use Xunit.net as our unit test framework for use on our .NET4 assemblies. We have it integrated into our TFS 2010 team builds quite successfully.

I now want to add code coverage to the nightly builds as well.

Does anyone have a list of coverage tools that work on 4.0 assemblies and could be integrated into our automated builds?

© Stack Overflow or respective owner

Related posts about code-coverage

Related posts about .net-4.0