Skip to content

Commit

Permalink
Silence one warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Timwi committed Sep 29, 2024
1 parent 99ae4bb commit b7f9e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Test3.cs
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit b7f9e49

Please sign in to comment.