Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab013c2

Browse filesBrowse files
committed
Update API surface test with new results.
1 parent 0ddb2b5 commit ab013c2
Copy full SHA for ab013c2

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt

Copy file name to clipboardExpand all lines: src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
System.CommandLine
1+
System.CommandLine
22
public abstract class Argument : Symbol
33
public ArgumentArity Arity { get; set; }
44
public System.Collections.Generic.List<System.Func<System.CommandLine.Completions.CompletionContext,System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem>>> CompletionSources { get; }
@@ -98,11 +98,13 @@ System.CommandLine
9898
public System.Boolean Recursive { get; set; }
9999
public System.Boolean Required { get; set; }
100100
public System.Collections.Generic.List<System.Action<System.CommandLine.Parsing.OptionResult>> Validators { get; }
101+
public System.Type ValueType { get; }
101102
public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions(System.CommandLine.Completions.CompletionContext context)
102103
public class Option<T> : Option
103104
.ctor(System.String name, System.String[] aliases)
104105
public Func<System.CommandLine.Parsing.ArgumentResult,T> CustomParser { get; set; }
105106
public Func<System.CommandLine.Parsing.ArgumentResult,T> DefaultValueFactory { get; set; }
107+
public System.Type ValueType { get; }
106108
public System.Void AcceptLegalFileNamesOnly()
107109
public System.Void AcceptLegalFilePathsOnly()
108110
public System.Void AcceptOnlyFromAmong(System.String[] values)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.