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 20fc56f commit 78e9a09Copy full SHA for 78e9a09
src/System.CommandLine.Subsystems/Validation/Validator.cs
@@ -11,7 +11,7 @@ namespace System.CommandLine.Validation;
11
// TODO: Discuss visibility and custom validators
12
public abstract class Validator
13
{
14
- public Validator(string name, Type valueConditionType, params Type[] moreValueConditionTypes)
+ internal Validator(string name, Type valueConditionType, params Type[] moreValueConditionTypes)
15
16
Name = name;
17
ValueConditionTypes = [valueConditionType, .. moreValueConditionTypes];
0 commit comments