root = false

[*.cs]
# CA1707: Identifiers should not contain underscores
dotnet_diagnostic.CA1707.severity = none


# Disable "Suffix async methods with "Async" warning in tests
dotnet_naming_rule.async_method_rule.severity = none
dotnet_naming_rule.async_method_rule.symbols = async_methods
dotnet_naming_rule.async_method_rule.style = async_method_style