Address a warning and suppress another

This commit is contained in:
Brandon Thetford
2024-06-21 13:25:23 -07:00
parent 902a672c5a
commit 7e157312d3

View File

@@ -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,