We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f60ce commit df517d6Copy full SHA for df517d6
1 file changed
src/IGLib.Core/Console/Validation/Implementations/StringParsing/ParsableStringValidator.cs
@@ -9,7 +9,7 @@ namespace IGLib
9
10
public class ParsableStringValidator<TTarget> : IValidator<string>
11
{
12
- private static readonly IStringParser<TTarget> Parser; // = StringParserProvider.GetParser<TTarget>();
+ private static readonly IStringParser<TTarget> Parser = StringParserProvider.GetParser<TTarget>();
13
14
public ParsableStringValidator(string? errorMessage = null)
15
0 commit comments