Skip to content

Commit 78ae0fd

Browse files
authored
Update GlobalSuppressions.cs
1 parent 2593c56 commit 78ae0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeAnalysis/GlobalSuppressions.cs

+1
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@
6161
[assembly: SuppressMessage("Usage", "CA2254:Template should be a static expression", Justification = "Allow string concatenation or interpolation")]
6262

6363
[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

Comments
 (0)