How to exclude externally referenced assemblies when measuring code coverage in VS10?
When measuring code coverage in Visual Studio 2010 Ultimate with TestDriven.Net and the built-in coverage tool, two external assemblies, i.e. not project references, get included in the analysis.
How do I remove them?开发者_开发技巧
Another way to solve my problem would be:
How to only measure coverage for referenced "projects", not binaries?
精彩评论