mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Address a warning and suppress another
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using Terminal.Gui.Analyzers.Internal.Attributes;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Terminal.Gui.Analyzers.Internal.Attributes;
|
||||
|
||||
namespace Terminal.Gui.Analyzers.Internal.Debugging;
|
||||
|
||||
class Program
|
||||
static class Program
|
||||
{
|
||||
static void Main (string [] args)
|
||||
{
|
||||
@@ -11,6 +12,7 @@ class Program
|
||||
}
|
||||
|
||||
[GenerateEnumExtensionMethods]
|
||||
[SuppressMessage ("Naming", "CA1711:Identifiers should not have incorrect suffix", Justification = "It's not that deep")]
|
||||
public enum TestEnum
|
||||
{
|
||||
Zero = 0,
|
||||
|
||||
Reference in New Issue
Block a user