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_NamingConventionBinder_api_is_not_changed.approved.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
System.CommandLine.Binding
2
2
public class BindingContext, System.IServiceProvider
3
-
public System.CommandLine.IConsole Console { get; }
4
3
public System.CommandLine.ParseResult ParseResult { get; }
5
4
public System.Void AddService(System.Type serviceType, System.Func<System.IServiceProvider,System.Object> factory)
6
5
public System.Void AddService<T>(Func<System.IServiceProvider,T> factory)
Copy file name to clipboardExpand all lines: src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
+9-49Lines changed: 9 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,6 @@ System.CommandLine
55
55
public ParseResult Parse(System.String commandLine, CommandLineConfiguration configuration = null)
56
56
public System.Void SetAction(System.Action<System.CommandLine.Invocation.InvocationContext> action)
57
57
public System.Void SetAction(System.Func<System.CommandLine.Invocation.InvocationContext,System.Threading.CancellationToken,System.Threading.Tasks.Task> action)
0 commit comments