提交 853d8e5a 编写于 作者: J jaredpar

Forgot one of the DiagnosticDescriptors in my analyzer declaration (changeset 1345984)

上级 464487b4
......@@ -32,7 +32,7 @@ public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics
{
get
{
return ImmutableArray.Create(ImplementIEquatableDescriptor);
return ImmutableArray.Create(ImplementIEquatableDescriptor, OverridesObjectEqualsDescriptor);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册