-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking Change in System.CommandLine (2.0.0-beta4.25072.1): Cli Prefix Renamed #22
Comments
They just cannot decide with the naming convention, lol. I am now working on updating to latest daily build 2.0.0-beta4.25072.1 of System.CommandLine and fixing the naming issues. I will let you know shortly. |
It is announced: adjust to System.CommandLine renaming and here 5 days ago that System.CommandLine team are working on releasing a new public version of System.CommandLine.
Just, i suggest to avoid re-modification, to wait for the change until the release of the public version :) |
Ok, it's already completed now with 8e28d56 , I guess they will keep these names from now on. If there is a new public release after 2 years, then we can reference that package version rather than bundling latest beta in our package. |
Hello everyone! My name is Adam, I am one of the engineers from the .NET Team who is currently working on System.CommandLine. First of all, I wanted to say that I am impressed by what you were able to build on top of System.CommandLine. I can't say much in public about our plans (because I am just an engineer and it could be perceived as a promise made by Microsoft), but I wanted to ask you for feedback about the current API shape. Namely: is there anything that you believe has to be addressed before shipping a new version of System.CommandLine to NuGet.org? Thanks, |
Hi Adam,
|
Description
The latest release of
System.CommandLine
(2.0.0-beta4.25072.1
) introduced a breaking change by modifying the Cli prefix. For example,CliRootCommand
has been renamed toRootCommand
. This change affects the functionality of the library.Commit reference:
See related commit: 060374e
The text was updated successfully, but these errors were encountered: