Refresh devcontainer and GitHub Codespaces docs#613
Merged
IEvangelist merged 2 commits intomainfrom Mar 26, 2026
Merged
Conversation
Update the Dev Containers and GitHub Codespaces guides to use the current Aspire CLI-first setup, point to the dotnet/aspire-devcontainer template, move examples to .NET 10 images, and remove the remaining explicit dotnet new install guidance from those two pages only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes the “Dev Containers” and “GitHub Codespaces” getting-started guides to reflect the current Aspire CLI-first flow and the updated dotnet/aspire-devcontainer template.
Changes:
- Update both guides to reference
https://github.com/dotnet/aspire-devcontainer(and the corresponding GitHub “new from template” URL). - Update walkthrough commands to use
aspire new aspire-starter --name HelloAspireand remove remainingdotnet new install Aspire.ProjectTemplateswording on these pages. - Update devcontainer examples to the .NET 10 devcontainer image and install the Aspire CLI via
https://aspire.dev/install.sh.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/frontend/src/content/docs/get-started/github-codespaces.mdx | Updates Codespaces guidance to the new template repo and Aspire CLI install/usage, plus adds a current devcontainer.json example. |
| src/frontend/src/content/docs/get-started/dev-containers.mdx | Updates Dev Containers guidance to the new template repo, Aspire CLI install/usage, and modernized devcontainer.json examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
eerhardt
approved these changes
Mar 26, 2026
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
Refresh the Dev Containers and GitHub Codespaces getting-started docs to match the current Aspire CLI-first experience.
What changed
dotnet/aspire-devcontaineraspire new aspire-starter --name HelloAspirein the walkthroughsdotnet new install Aspire.ProjectTemplateswording from these two pages onlyValidation
pnpm devpnpm buildagain here; CI can validate the final change setNotes
/_imagedev-server behavior on screenshot-heavy pages is unchanged by this doc edit and should be handled separately if needed