We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb9bc0 commit 49be3e5Copy full SHA for 49be3e5
GlobalSuppressions.cs
@@ -6,3 +6,4 @@
6
using System.Diagnostics.CodeAnalysis;
7
8
[assembly: SuppressMessage("Usage", "CA2211:Non-constant fields should not be visible", Justification = "<Pending>")]
9
+[assembly: SuppressMessage("Performance", "CA1860:Avoid using 'Enumerable.Any()' extension method")]
0 commit comments