Browse Source

Suppress a warning caused by code from a polyfill.

Brandon Thetford 1 year ago
parent
commit
428b436ce4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Analyzers/Terminal.Gui.Analyzers.Internal/GlobalSuppressions.cs

+ 3 - 0
Analyzers/Terminal.Gui.Analyzers.Internal/GlobalSuppressions.cs

@@ -0,0 +1,3 @@
+using System.Diagnostics.CodeAnalysis;
+
+[assembly: SuppressMessage ("Naming", "CA1708:Names should differ by more than case", Scope = "module", Justification = "That's coming from an external generator.")]