-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add documentation for dotnet package download command #49659
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
Document the 'dotnet package download' command for downloading NuGet packages.
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 introduces documentation for the new dotnet package download command, which downloads NuGet packages to a local directory without modifying project files or performing restore operations.
Key Changes
- New documentation file for the
dotnet package downloadcommand targeting .NET 10 SDK - Comprehensive coverage of command synopsis, description, arguments, options, and examples
- Three practical examples demonstrating single package download, multiple package download, and transitive dependency inclusion
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@Nigusu-Allehu I've opened a new pull request, #49660, to work on those changes. Once the pull request is ready, I'll request review from you. |
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
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
Summary
Document the 'dotnet package download' command for downloading NuGet packages.
Fixes NuGet/Home#14558
Internal previews