Skip to content

[docs] CLI: mention 'Stopping Aspire...' feedback message on Ctrl+C#1353

Merged
IEvangelist merged 2 commits into
release/13.5from
docs/cli-stopping-message-feedback-163c3b8c164679e4
Jul 13, 2026
Merged

[docs] CLI: mention 'Stopping Aspire...' feedback message on Ctrl+C#1353
IEvangelist merged 2 commits into
release/13.5from
docs/cli-stopping-message-feedback-163c3b8c164679e4

Conversation

@IEvangelist

Copy link
Copy Markdown
Member

Supersedes #1201.

This replacement targets
elease/13.5 because the original
elease/13.4 base branch no longer exists on microsoft/aspire.dev.

Documents changes from microsoft/aspire#17652 by @JamesNK.

Targeting release/13.4 — the latest release branch on microsoft/aspire.dev — because release/13.5 (from the source PR milestone 13.5) does not exist there.

Why this PR is needed

PR microsoft/aspire#17652 introduced a user-visible change: when the user presses Ctrl+C, the Aspire CLI now immediately displays a 🛑 Stopping Aspire... message (after a brief 200 ms delay) to confirm that shutdown is in progress. Previously, no such confirmation message was shown promptly.

The existing aspire-run.mdx documented how to stop the AppHost but did not mention this feedback message. This PR adds a short sentence so users know what to expect when they press Ctrl+C.

Changes

  • Updated src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx: added a note to the "Stopping the AppHost" section explaining that 🛑 Stopping Aspire... is displayed shortly after Ctrl+C is pressed.

Generated by PR Documentation Check for issue #17652 · sonnet46 3.5M ·

Copilot AI review requested due to automatic review settings July 12, 2026 05:58
@IEvangelist
IEvangelist requested a review from mitchdenny as a code owner July 12, 2026 05:58
@IEvangelist IEvangelist added the docs-from-code Copilot initiated issue from dotnet/aspire repo label Jul 12, 2026
@IEvangelist
IEvangelist requested a review from JamesNK July 12, 2026 05:58

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.

Pull request overview

Updates the aspire run CLI reference docs to mention the user-visible “stopping” feedback shown after pressing Ctrl+C while an AppHost shutdown is in progress.

Changes:

  • Documented the Ctrl+C shutdown feedback message in the “Stopping the AppHost” section of aspire-run docs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx Outdated
@aspire-repo-bot

Copy link
Copy Markdown
Contributor

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1353. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1353 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@IEvangelist
IEvangelist merged commit 554797d into release/13.5 Jul 13, 2026
3 checks passed
@IEvangelist
IEvangelist deleted the docs/cli-stopping-message-feedback-163c3b8c164679e4 branch July 13, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-from-code Copilot initiated issue from dotnet/aspire repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants