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
-4
Original file line number
Diff line number
Diff line change
@@ -103,10 +103,6 @@ System.CommandLine
103
103
public System.Boolean EnableTokenReplacement { get; }
104
104
public LocalizationResources LocalizationResources { get; }
105
105
public Command RootCommand { get; }
106
-
public class CommandLineConfigurationException : System.Exception, System.Runtime.Serialization.ISerializable
/// Throws an exception if the parser configuration is ambiguous or otherwise not valid.
118
118
/// </summary>
119
119
/// <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
-
/// <exception cref="CommandLineConfigurationException">Thrown if the configuration is found to be invalid.</exception>
120
+
/// <exception cref="InvalidOperationException ">Thrown if the configuration is found to be invalid.</exception>
0 commit comments