-
Notifications
You must be signed in to change notification settings - Fork 383
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
Type or namespace name 'CliCommand' not found. #2485
Comments
Is there any workaround? |
2.0.0-beta4.22272.1 is two years old. In that version, the class is named System.CommandLine.Command:
|
Add a nuget source and update the nuget version to 2.0.0-beta4.24324.3 |
If you have an application using System.CommandLine 2.0.0-beta4.22272.1 and you upgrade to 2.0.0-beta4.24324.3 from that dnceng feed, you need to adapt the app to breaking changes in the API… and then there'll be more API breaks if the I haven't seen any promises about how long the https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json feed will exist. If I used packages from that in production, I'd make sure to archive them locally, so as to keep old versions of my app buildable even if the feed is deleted in the future. |
Where can I find the current / latest documentation from. I updated from Developers are lost in the early beginning ... |
There is no documentation for the latest betas. It would be a waste of time anyway as the |
Up-to-date documentation for the @N7K4, if you are making a commercial product, I don't recommend using System.CommandLine in its current state, when there are only preview releases. Better use a different package or write your own parser. If you're instead hacking on a hobby project, then I suppose you can use DocFX to generate API reference documentation in HTML. Concept documentation and examples would be missing though, so you'd have to spend time perusing the implementation. |
Simple application fails to resolve.
Program.cs
TestProgram.csproj
The text was updated successfully, but these errors were encountered: