Partcover:通过命令行排除多个命名空间

发布于 2024-11-18 00:42:56 字数 155 浏览 2 评论 0原文

我正在使用 Partcover 生成代码覆盖率统计信息,并希望使用命令行参数 --exclude 排除多个命名空间。

我无法指定要排除的多个命名空间,有人可以建议如何执行此操作吗?显然,单个名称空间掩码运行良好。

I'm using Partcover to generate code coverage statistic and want to exclude multiple namespaces using commandline parameter --exclude.

I can't manage to specify multiple namespaces to be excluded, could anyone suggest how to do it? Obviously single namespace mask working well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

無處可尋 2024-11-25 00:42:56

您应该能够为每个程序集/命名空间组合添加 --exclude

,即 --exclude [Assembly*]Namespace1.* --exclude [Assembly*]Namespace2.*

You should just be able to add a --exclude for each assembly/namespace combination

i.e. --exclude [Assembly*]Namespace1.* --exclude [Assembly*]Namespace2.*

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文