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
+1-3
Original file line number
Diff line number
Diff line change
@@ -332,15 +332,13 @@ System.CommandLine.Help
332
332
public System.Boolean Equals(TwoColumnHelpRow other)
333
333
public System.Int32 GetHashCode()
334
334
System.CommandLine.Invocation
335
-
public interface IInvocationResult
336
-
public System.Void Apply(InvocationContext context)
337
335
public class InvocationContext, System.IDisposable
Copy file name to clipboardExpand all lines: src/System.CommandLine/Invocation/InvocationContext.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ public IConsole Console
105
105
/// The result of the current invocation.
106
106
/// </summary>
107
107
/// <remarks>As the <see cref="InvocationContext"/> is passed through the invocation pipeline to the <see cref="ICommandHandler"/> associated with the invoked command, only the last value of this property will be the one applied.</remarks>
0 commit comments