开发者

How to exclude externally referenced assemblies when measuring code coverage in VS10?

开发者 https://www.devze.com 2023-01-29 16:48 出处:网络
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.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消