docs: remove hardcoded Aspire Dashboard port from docs#450
Merged
bruno-garcia merged 1 commit intomainfrom Feb 14, 2026
Merged
Conversation
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>
Contributor
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://localhost:17183with a reference to the terminal output in both README.md and CONTRIBUTING.mdTest plan
🤖 Generated with Claude Code