We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3afc1 commit 6719223Copy full SHA for 6719223
src/AtleX.CommandLineArguments/Configuration/CommandLineArgumentsConfiguration.cs
@@ -111,7 +111,7 @@ public void Add(TypeParser typeParser)
111
/// <returns>
112
/// A <see cref="List{T}"/> with an instance of all built-in type validators
113
/// </returns>
114
- private List<ArgumentValidator> CreateBuiltInValidators()
+ private static List<ArgumentValidator> CreateBuiltInValidators()
115
{
116
var result = new List<ArgumentValidator>()
117
0 commit comments