We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ac700 commit 40772fcCopy full SHA for 40772fc
.editorconfig
@@ -26,6 +26,7 @@ dotnet_diagnostic.IDE1006.severity = none # Some names may not match up with C#
26
dotnet_diagnostic.IDE0290.severity = none # Don't prefer primary constructors
27
dotnet_diagnostic.IDE0028.severity = none # "Collection initialization can be simplified" is a bit overzealous
28
dotnet_diagnostic.IDE0090.severity = none # "Simplify 'new' expression" is a bit overzealous
29
+dotnet_diagnostic.IDE0059.severity = none # Sometimes we create "unnecessary" variables for clarity
30
31
# For .NET Standard 2.0 support
32
dotnet_diagnostic.IDE0057.severity = none # Caused by use of `.Substring(...)`
0 commit comments