From bc1ae1d8a7e8d21daa61a8a07666727766819ba2 Mon Sep 17 00:00:00 2001 From: "aspire-repo-bot[bot]" <268009190+aspire-repo-bot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:01:59 +0000 Subject: [PATCH] docs: mention ASPIRE010 inline help link in CLI bundle docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/frontend/src/content/docs/get-started/aspire-sdk.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/content/docs/get-started/aspire-sdk.mdx b/src/frontend/src/content/docs/get-started/aspire-sdk.mdx index ad75e3510..b85623ab6 100644 --- a/src/frontend/src/content/docs/get-started/aspire-sdk.mdx +++ b/src/frontend/src/content/docs/get-started/aspire-sdk.mdx @@ -118,6 +118,7 @@ When `AspireUseCliBundle` is `true`: 1. Explicit `AspireCliBundlePath` / `AspireCliPath` properties in the project file. 2. The `aspire` executable on `PATH`. - If the bundle cannot be found, the build emits error `ASPIRE009` with a message directing you to [get.aspire.dev](https://get.aspire.dev) to install the Aspire CLI. +- If your AppHost sets `AspireUseCliBundle` to `false` (opting out after previously opting in, or overriding a default of `true`), the build emits warning `ASPIRE010`. The warning text includes a direct link to `https://aka.ms/aspire/diagnostics/aspire010` so the help link is visible in console/terminal build output, not just in the `HelpLink` metadata. #### Enable the opt-in