diff --git a/Tests/Test3.cs b/Tests/Test3.cs index b0ecdb1..70e2ce6 100644 --- a/Tests/Test3.cs +++ b/Tests/Test3.cs @@ -1,5 +1,7 @@ namespace RT.CommandLine.Tests; +#pragma warning disable CS0649 // Field is never assigned to and will always have its default value + class Test3Cmd { [IsPositional, IsMandatory]