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-1
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,11 @@ System.CommandLine
103
103
public System.Boolean EnableTokenReplacement { get; }
104
104
public LocalizationResources LocalizationResources { get; }
105
105
public Command RootCommand { get; }
106
-
public System.Void ThrowIfInvalid()
107
106
public class CommandLineConfigurationException : System.Exception, System.Runtime.Serialization.ISerializable
/// <remarks>Due to the performance cost of this method, it is recommended to be used in unit testing or in scenarios where the parser is configured dynamically at runtime.</remarks>
120
120
/// <exception cref="CommandLineConfigurationException">Thrown if the configuration is found to be invalid.</exception>
0 commit comments