| 财产 | 价值 |
|---|---|
| 规则 ID | MSTEST0041 |
| 标题 | 在测试类上使用“ConditionBaseAttribute” |
| 类别 | 用法 |
| 修复导致中断或非中断的情况 | 不间断 |
| 默认情况下 启用 | 是的 |
| 默认严重性 | 警告 |
| 在版本 中引入 | 3.8.0 |
| 是否存在程序代码修复 | 不 |
原因
在未标记为 TestClassAttribute的类上使用继承自 ConditionBaseAttribute 的属性。
规则说明
从 ConditionBaseAttribute 派生的属性仅在应用于使用 TestClassAttribute标记的类时才会生效。
如何解决违规行为
根据意向,添加缺失 TestClassAttribute 或删除派生自 ConditionBaseAttribute的属性。
何时禁止显示警告
不要抑制来自此规则的警告。