提交 60689c22 编写于 作者: M Manish Vasani

Fix IDE configuration tests

上级 3a51abe2
......@@ -379,6 +379,9 @@ public void CSharp_VerifyIDEDiagnosticSeveritiesAreConfigurable()
# IDE0076
dotnet_diagnostic.IDE0076.severity = %value%
# IDE0077
dotnet_diagnostic.IDE0077.severity = %value%
# IDE1005
csharp_style_conditional_delegate_call = true:suggestion
......@@ -522,6 +525,9 @@ public void VisualBasic_VerifyIDEDiagnosticSeveritiesAreConfigurable()
# IDE0076
dotnet_diagnostic.IDE0076.severity = %value%
# IDE0077
dotnet_diagnostic.IDE0077.severity = %value%
# IDE1006
dotnet_diagnostic.IDE1006.severity = %value%
......@@ -891,6 +897,9 @@ public void CSharp_VerifyIDECodeStyleOptionsAreConfigurable()
# IDE0076
No editorconfig based code style option
# IDE0077
No editorconfig based code style option
# IDE1005, PreferConditionalDelegateCall
csharp_style_conditional_delegate_call = true:suggestion
......@@ -1067,6 +1076,9 @@ public void VisualBasic_VerifyIDECodeStyleOptionsAreConfigurable()
# IDE0076
No editorconfig based code style option
# IDE0077
No editorconfig based code style option
# IDE1006
No editorconfig based code style option
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册