We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139da1e commit 1c509d3Copy full SHA for 1c509d3
1 file changed
.editorconfig
@@ -101,6 +101,15 @@ dotnet_diagnostic.CS1998.severity = silent
101
# SYSLIB1045: Convert to 'GeneratedRegexAttribute'.
102
dotnet_diagnostic.SYSLIB1045.severity = silent
103
104
+# CA1848: Use the LoggerMessage delegates
105
+dotnet_diagnostic.CA1848.severity = silent
106
+
107
+# CA1873: Avoid potentially expensive logging
108
+dotnet_diagnostic.CA1873.severity = silent
109
110
+# CA1861: Avoid constant arrays as arguments
111
+dotnet_diagnostic.CA1861.severity = silent
112
113
[*.md]
114
trim_trailing_whitespace = false
115
indent_size = 2
0 commit comments