-
Notifications
You must be signed in to change notification settings - Fork 6k
Add documentation for dotnet nuget config commands #41019
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
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.
Several markdownlint errors need to be addressed:
Error: docs/core/tools/dotnet-nuget-config-get.md:40:1 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
Error: docs/core/tools/dotnet-nuget-config-get.md:65:62 MD047/single-trailing-newline Files should end with a single newline character
Error: docs/core/tools/dotnet-nuget-config-paths.md:27 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Error: docs/core/tools/dotnet-nuget-config-paths.md:52:62 MD047/single-trailing-newline Files should end with a single newline character
Error: docs/core/tools/dotnet-nuget-config-set.md:25:30 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
Error: docs/core/tools/dotnet-nuget-config-set.md:61:62 MD047/single-trailing-newline Files should end with a single newline character
Error: docs/core/tools/dotnet-nuget-config-unset.md:25:32 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
Error: docs/core/tools/dotnet-nuget-config-unset.md:33 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Error: docs/core/tools/dotnet-nuget-config-unset.md:58:62 MD047/single-trailing-newline Files should end with a single newline character
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.
Looks good. I left a few suggestions for minor fixes.
Hi @martinrrm Can you address the review comments? |
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.
LGTM
Oops, these weren't added to the TOC. |
Summary
Add documentation for
dotnet nuget config
commands.Implementation: NuGet/NuGet.Client#5549
Fixes NuGet/Home#13398
Internal previews