فهرست منبع

Suppress a warning caused by code from a polyfill.

Brandon Thetford 1 سال پیش
والد
کامیت
428b436ce4
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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.")]