标签: partcover
我正在使用 Partcover 生成代码覆盖率统计信息,并希望使用命令行参数排除多个命名空间 - 排除。
我无法指定要排除多个名称空间,有人可以建议怎么做吗?显然单个命名空间掩码运行良好。
答案 0 :(得分:1)
您应该只能为每个程序集/命名空间组合添加--exclude
即。 --exclude [Assembly *] Namespace1。* --exclude [Assembly *] Namespace2。*