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