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
* remove built-in parsers for IPAddress and IPEndPoint to reduce dependencies count and self-contained app size
* remove static cache of completion sources by source type to remove dependency to System.Collections.Concurrent
* remove dependency to System.Runtime.Serialization.Formatters.dll, use less reflection and drop non-generic collections support
* remove built-in parser for Uri (System.Private.Uri.dll)
* stop using Stack<T> because it's defined in System.Collections.dll
Copy file name to clipboardExpand all lines: src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt
-2
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,6 @@ System.CommandLine
78
78
public System.Void ThrowIfInvalid()
79
79
public class CommandLineConfigurationException : System.Exception, System.Runtime.Serialization.ISerializable
0 commit comments