root = true [*.cs] # IDE0059: Unnecessary assignment of a value dotnet_diagnostic.IDE0059.severity = none # IDE0017: Simplify object initialization dotnet_diagnostic.IDE0017.severity = none # IDE0044: Add readonly modifier dotnet_diagnostic.IDE0044.severity = none # IDE1006: Naming Styles dotnet_diagnostic.IDE1006.severity = none # IDE0018: Inline variable declaration dotnet_diagnostic.IDE0018.severity = none # IDE0057: Use range operator dotnet_diagnostic.IDE0057.severity = none # IDE0060: Remove unused parameter dotnet_diagnostic.IDE0060.severity = none # IDE0063: Use simple 'using' statement dotnet_diagnostic.IDE0063.severity = none # IDE0034: Simplify 'default' expression dotnet_diagnostic.IDE0034.severity = none # IDE0016: Use 'throw' expression dotnet_diagnostic.IDE0016.severity = none # IDE0066: Convert switch statement to expression dotnet_diagnostic.IDE0066.severity = none # IDE0028: Simplify collection initialization dotnet_diagnostic.IDE0028.severity = none # IDE1005: Delegate invocation can be simplified. dotnet_diagnostic.IDE1005.severity = none # IDE0029: Use coalesce expression dotnet_diagnostic.IDE0029.severity = none # IDE0038: Use pattern matching dotnet_diagnostic.IDE0038.severity = none # IDE0079: Remove unnecessary suppression dotnet_diagnostic.IDE0079.severity = none # IDE0019: Use pattern matching dotnet_diagnostic.IDE0019.severity = none # IDE0020: Use pattern matching dotnet_diagnostic.IDE0020.severity = none # IDE0031: Use null propagation dotnet_diagnostic.IDE0031.severity = none # IDE0051: Remove unused private members dotnet_diagnostic.IDE0051.severity = none # IDE0056: Use index operator dotnet_diagnostic.IDE0056.severity = none # IDE0052: Remove unread private members dotnet_diagnostic.IDE0052.severity = none