-
Notifications
You must be signed in to change notification settings - Fork 6k
Update documentation for dotnet package list command #49053
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
Conversation
Clarified behavior of the 'dotnet package list' command regarding automatic restore and added information about the '--no-restore' option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation for the dotnet package list
command to clarify its automatic restore behavior and add information about the --no-restore
option. The changes reflect a behavioral improvement in .NET 10 where the command automatically performs restore operations when needed.
Key changes:
- Updated command syntax to include the
--no-restore
option - Clarified that .NET 10 automatically performs restore before listing packages
- Added example outputs showing restore progress messages
- Documented the
--no-restore
option to skip automatic restore
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nigusu-Allehu thank you for adding in this option! I left a few suggestions about line spacing, otherwise LGTM.
Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
Clarified behavior of the 'dotnet package list' command regarding automatic restore and added information about the '--no-restore' option.
Fixes NuGet/Home#14570
Internal previews