We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use https://github.com/microsoft/vs-threading?tab=readme-ov-file Microsoft.VisualStudio.Threading.Analyzers or .editorconfig with
# 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 = warning 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use https://github.com/microsoft/vs-threading?tab=readme-ov-file Microsoft.VisualStudio.Threading.Analyzers or .editorconfig with
The text was updated successfully, but these errors were encountered: