Skip to content

Document .NET 11 CLI options - #55979

Draft
meaghanlewis with Copilot wants to merge 5 commits into
mainfrom
copilot/document-new-cli-options
Draft

meaghanlewis with Copilot wants to merge 5 commits into
mainfrom
copilot/document-new-cli-options

Conversation

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Documents .NET 11 CLI additions missing from command references and clarifies NuGet subcommand help behavior.

  • Project references

    • Add dotnet reference add --file syntax and guidance for file-based apps.
  • Formatting

    • Add dotnet format --framework syntax and multi-targeting guidance.
  • Tool execution

    • Add dotnet tool exec --yes syntax, confirmation behavior, and trust guidance.
  • NuGet help

    • Clarify that dotnet nuget <subcommand> --help forwards to NuGet CLI help output.
dotnet reference add --file app.cs ../Library/Library.csproj
dotnet format --framework net11.0
dotnet tool exec --yes dotnetsay

Copilot AI lite review requested due to automatic review settings September 15, 2026 22:45

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.

Copilot AI linked an issue Sep 15, 2026 that may be closed by this pull request
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot AI and others added 3 commits September 15, 2026 22:48
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot AI changed the title [WIP] Document new CLI options in .NET 11 Document .NET 11 CLI options Sep 15, 2026
Copilot AI requested a review from meaghanlewis September 15, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document new CLI options

3 participants