diff --git a/.editorconfig b/.editorconfig index 938d5e0..85da627 100644 --- a/.editorconfig +++ b/.editorconfig @@ -150,19 +150,6 @@ dotnet_diagnostic.ca2016.severity = error #Forwarding cancellation tokens csharp_style_namespace_declarations = file_scoped:error resharper_entity_framework_model_validation_unlimited_string_length_highlighting = none -[*.{cs,vb}] - -# Async methods should have "Async" suffix -dotnet_naming_rule.async_methods_end_in_async.symbols = any_async_methods -dotnet_naming_rule.async_methods_end_in_async.style = end_in_async -dotnet_naming_rule.async_methods_end_in_async.severity = error - -dotnet_naming_symbols.any_async_methods.applicable_kinds = method -dotnet_naming_symbols.any_async_methods.applicable_accessibilities = * -dotnet_naming_symbols.any_async_methods.required_modifiers = async - -dotnet_naming_style.end_in_async.required_suffix = Async -dotnet_naming_style.end_in_async.capitalization = pascal_case ######################### # VS added settings #