We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc23c6 commit 29f7603Copy full SHA for 29f7603
test/.editorconfig
@@ -17,7 +17,7 @@ dotnet_naming_rule.test_methods.severity = none
17
# note: glob expansion syntax cannot be used because the patterns do not overlap
18
[when*.cs]
19
20
-dotnet_naming_symbols.test_methods.applicable_kinds = method
+dotnet_naming_symbols.test_methods.applicable_kinds = class, method
21
dotnet_naming_symbols.test_methods.applicable_accessibilities = public
22
23
dotnet_naming_style.test_methods.capitalization = all_lower
0 commit comments