Skip to content

Clarify dotnet new NuGet source option - #55437

Draft
adegeo with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-nuget-source-description
Draft

Clarify dotnet new NuGet source option#55437
adegeo with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-nuget-source-description

Conversation

Copilot AI commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The --add-source|--nuget-source docs implied the option adds a source to the configured NuGet source list. The option only adds a source for the current dotnet new operation.

  • Clarified source behavior

    • Updated dotnet new install, dotnet new update, and dotnet new details to state that --nuget-source is used in addition to configured sources for the command only.
    • Explicitly notes that the option doesn't modify NuGet configuration.
  • Cleaned related command docs

    • Corrected the dotnet new update option heading to include --nuget-source.
    • Fixed copied wording that referenced dotnet new install from the dotnet new update page.

Copilot AI lite review requested due to automatic review settings August 13, 2026 18:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix misleading description of --nuget-source option Clarify dotnet new NuGet source option Aug 13, 2026
Copilot AI requested a review from adegeo August 13, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The --nuget-source option description could be misleading

3 participants