Skip to content

[docs] Update 13.4 what's new: aspire.config.json template profiles regression fix#1192

Draft
aspire-repo-bot[bot] wants to merge 1 commit into
release/13.4from
docs/aspire-17820-template-profiles-fix-6f0bc304b85c5505
Draft

[docs] Update 13.4 what's new: aspire.config.json template profiles regression fix#1192
aspire-repo-bot[bot] wants to merge 1 commit into
release/13.4from
docs/aspire-17820-template-profiles-fix-6f0bc304b85c5505

Conversation

@aspire-repo-bot
Copy link
Copy Markdown
Contributor

Documents changes from microsoft/aspire#17820

@aspire-repo-bot[bot] (backport of changes authored for microsoft/aspire#17781)

Targeting release/13.4 based on the source PR base ref release/13.4.

Why this PR is needed

Aspire 13.4 introduced a regression (#17660) where aspire new aspire-empty for a C# project emitted a profiles block in aspire.config.json that duplicated content already present in apphost.run.json. This was confusing for users who saw the same profile data in both files and might wonder whether the files could drift.

microsoft/aspire#17820 fixes the regression: aspire.config.json is now minimal and only identifies the AppHost entry point (appHost.path), while apphost.run.json is the authoritative home for launch profiles.

The existing what's-new/aspire-13-4.mdx page mentioned aspire new fixes generically but did not call out this specific user-visible change in scaffolded file output.

Changes

  • Updated src/frontend/src/content/docs/whats-new/aspire-13-4.mdx: added a new bullet in the CLI improvements section explaining that the C# empty AppHost template no longer emits a duplicate profiles block in aspire.config.json.

Files modified

  • src/frontend/src/content/docs/whats-new/aspire-13-4.mdx (updated)

Generated by PR Documentation Check for issue #17820 · ● 13.6M ·

… AppHost

The C# empty AppHost template (aspire new aspire-empty) in Aspire 13.4
was generating a duplicate profiles block in aspire.config.json that
was also present in apphost.run.json. This regression is fixed in
microsoft/aspire#17820: launch profiles now live exclusively in
apphost.run.json and aspire.config.json is minimal (AppHost path only).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aspire-repo-bot
Copy link
Copy Markdown
Contributor Author

Frontend HTML artifact ready

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

VS Code: Open PR #1192 artifacts

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

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.

0 participants