Skip to content

docs: remove hardcoded Aspire Dashboard port from docs#450

Merged
bruno-garcia merged 1 commit intomainfrom
fix/aspire-dashboard-dynamic-port
Feb 14, 2026
Merged

docs: remove hardcoded Aspire Dashboard port from docs#450
bruno-garcia merged 1 commit intomainfrom
fix/aspire-dashboard-dynamic-port

Conversation

@bruno-garcia
Copy link
Member

Summary

  • Replaced hardcoded https://localhost:17183 with a reference to the terminal output in both README.md and CONTRIBUTING.md
  • The Aspire Dashboard port is dynamically assigned, allowing concurrent instances without port conflicts

Test plan

  • Verify README.md and CONTRIBUTING.md render correctly on GitHub

🤖 Generated with Claude Code

The Aspire Dashboard port is dynamically assigned to allow concurrent
instances. Point readers to the terminal output instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 14, 2026 17:29
Copy link
Contributor

Copilot AI left a 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 updates the local development documentation to avoid referencing a fixed Aspire Dashboard port, reflecting that Aspire assigns ports dynamically and surfaces the Dashboard URL at runtime.

Changes:

  • Updated README to reference the Aspire Dashboard URL from terminal output instead of a hardcoded https://localhost:17183.
  • Updated CONTRIBUTING to describe finding the Aspire Dashboard URL via terminal output when the AppHost starts.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Removes the hardcoded Aspire Dashboard URL and points readers to the terminal output for the actual URL.
CONTRIBUTING.md Updates the Aspire Dashboard section to reference the terminal-displayed URL instead of a fixed port.

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

### Aspire Dashboard

The Aspire dashboard opens automatically at `https://localhost:17183` and provides:
The Aspire dashboard URL is displayed in the terminal when the AppHost starts. It provides:
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

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

Capitalize the product name consistently: this sentence uses "Aspire dashboard" while the section heading and README use "Aspire Dashboard". Consider changing to "Aspire Dashboard" here (and potentially other occurrences) for consistency.

Suggested change
The Aspire dashboard URL is displayed in the terminal when the AppHost starts. It provides:
The Aspire Dashboard URL is displayed in the terminal when the AppHost starts. It provides:

Copilot uses AI. Check for mistakes.
@bruno-garcia bruno-garcia merged commit db8d476 into main Feb 14, 2026
8 checks passed
@bruno-garcia bruno-garcia deleted the fix/aspire-dashboard-dynamic-port branch February 14, 2026 18:06
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.

2 participants