File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -150,19 +150,6 @@ dotnet_diagnostic.ca2016.severity = error #Forwarding cancellation tokens
150150csharp_style_namespace_declarations = file_scoped:error
151151resharper_entity_framework_model_validation_unlimited_string_length_highlighting = none
152152
153- [* .{cs,vb} ]
154-
155- # Async methods should have "Async" suffix
156- dotnet_naming_rule.async_methods_end_in_async.symbols = any_async_methods
157- dotnet_naming_rule.async_methods_end_in_async.style = end_in_async
158- dotnet_naming_rule.async_methods_end_in_async.severity = error
159-
160- dotnet_naming_symbols.any_async_methods.applicable_kinds = method
161- dotnet_naming_symbols.any_async_methods.applicable_accessibilities = *
162- dotnet_naming_symbols.any_async_methods.required_modifiers = async
163-
164- dotnet_naming_style.end_in_async.required_suffix = Async
165- dotnet_naming_style.end_in_async.capitalization = pascal_case
166153
167154# ########################
168155# VS added settings #
You can’t perform that action at this time.
0 commit comments