You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ System.CommandLine
9
9
public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions(System.CommandLine.Completions.CompletionContext context)
10
10
public System.Object GetDefaultValue()
11
11
public System.Void SetDefaultValue(System.Object value)
12
-
public System.Void SetDefaultValueFactory(System.Func<System.Object> getDefaultValue)
13
-
public System.Void SetDefaultValueFactory(System.Func<System.CommandLine.Parsing.ArgumentResult,System.Object> getDefaultValue)
12
+
public System.Void SetDefaultValueFactory(System.Func<System.Object> defaultValueFactory)
13
+
public System.Void SetDefaultValueFactory(System.Func<System.CommandLine.Parsing.ArgumentResult,System.Object> defaultValueFactory)
14
14
public System.String ToString()
15
15
public class Argument<T> : Argument, IValueDescriptor<T>, System.CommandLine.Binding.IValueDescriptor, System.CommandLine.Completions.ICompletionSource
public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions(System.CommandLine.Completions.CompletionContext context)
199
199
public System.Boolean HasAliasIgnoringPrefix(System.String alias)
200
200
public System.Void SetDefaultValue(System.Object value)
201
-
public System.Void SetDefaultValueFactory(System.Func<System.Object> getDefaultValue)
201
+
public System.Void SetDefaultValueFactory(System.Func<System.Object> defaultValueFactory)
202
202
public class Option<T> : Option, IValueDescriptor<T>, System.CommandLine.Binding.IValueDescriptor, System.CommandLine.Completions.ICompletionSource
0 commit comments