We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2593c56 commit 78ae0fdCopy full SHA for 78ae0fd
codeAnalysis/GlobalSuppressions.cs
@@ -61,3 +61,4 @@
61
[assembly: SuppressMessage("Usage", "CA2254:Template should be a static expression", Justification = "Allow string concatenation or interpolation")]
62
63
[assembly: SuppressMessage("Performance", "CA1859:Use concrete types when possible for improved performance", Justification = "Temporary.")]
64
+[assembly: SuppressMessage("Performance", "CA1853:Unnecessary call to 'Dictionary.ContainsKey(key)'", Justification = "Temporary.")]
0 commit comments