[docs] Add AspireUseCliBundle opt-in documentation#894
Merged
davidfowl merged 6 commits intoMay 11, 2026
Conversation
16 tasks
62a2206 to
ba14385
Compare
Document the new AspireUseCliBundle MSBuild property introduced in microsoft/aspire#16811 that allows AppHost projects to source DCP and the Aspire Dashboard from the Aspire CLI bundle instead of platform- specific NuGet packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ba14385 to
7842d14
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Documents changes from microsoft/aspire#16811 —
@DamianEdwardsTargeting
release/13.4based on the source PR milestone13.4.Why this PR is needed
PR microsoft/aspire#16811 introduces a new opt-in MSBuild property
AspireUseCliBundle=truethat allows C# SDK-style AppHost projects to source DCP and the Aspire Dashboard from the Aspire CLI bundle rather than from the platform-specificAspire.Hosting.Orchestration.*andAspire.Dashboard.Sdk.*NuGet packages. This is a user-facing behavior change for AppHost authors who want to decouple their projects from NuGet-distributed orchestration binaries.The existing
Advanced orchestration propertiessection inapp-host/configuration.mdxalready documentedDcpCliPath, making it the natural home for the newAspireUseCliBundle,AspireCliBundlePath, andAspireCliPathproperties.What was changed
Added a new
AspireUseCliBundlesubsection tosrc/frontend/src/content/docs/app-host/configuration.mdxthat documents:AspireUseCliBundle=truedoes (opt-in, skips NuGet package references, resolves DCP/Dashboard from CLI bundle).csprojfileAspireCliBundlePath/AspireCliPathaspire runpasses bundle paths viaASPIRE_DCP_PATH/ASPIRE_DASHBOARD_PATHASPIRE009and the (get.aspire.dev/redacted) install linkFiles modified
src/frontend/src/content/docs/app-host/configuration.mdx(updated — addedAspireUseCliBundlesection)