提交 9a0bd1f4 编写于 作者: C Cyrus Najmabadi

Fix tests

上级 e7db0ba0
......@@ -257,6 +257,9 @@ public void CSharp_VerifyIDEDiagnosticSeveritiesAreConfigurable()
# IDE0037
dotnet_diagnostic.IDE0037.severity = %value%
# IDE0038
dotnet_diagnostic.IDE0038.severity = %value%
# IDE0039
csharp_style_pattern_local_over_anonymous_function = true:suggestion
......@@ -733,6 +736,9 @@ public void CSharp_VerifyIDECodeStyleOptionsAreConfigurable()
# IDE0037, PreferInferredAnonymousTypeMemberNames
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
# IDE0038
No editorconfig based code style option
# IDE0039, PreferLocalOverAnonymousFunction
csharp_style_pattern_local_over_anonymous_function = true:suggestion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册