
Aspire 9.5 嚟咗幾個新功能同改進,開始係 preview 嘅 `aspire update` command,呢個 command 簡化咗 upgrade 嘅過程,自動偵測同 update AppHost SDK 同 Aspire integrations。佢會 validate package compatibility,支持 channel awareness 嚟揀 stable、daily 定 custom builds,仲要 confirm 先改。建議用 version control 同 inspect changes,歡迎喺 GitHub 畀 feedback。對於由 Aspire 8.x upgrade 嚟嘅用家,有 guide 嚟 transition 到 9.5。
CLI experience 喺 Aspire 9.5 大大改善咗,最 notable 係 preview 嘅 single-file AppHost support,用 .NET 10 嘅 file-based apps。呢個容許喺單一 `apphost.cs` file 嚟 create Aspire AppHost,唔使 project file,透過 feature flag 啟用,需要 .NET SDK 10.0.100 RC1 或之後。用 `aspire add` 同 directives 嚟 add resources 同 projects,減低 configuration 複雜度,幫新手。Aspire Dashboard 喺 9.5 有 usability improvements,例如新 “All” option 嚟 console logs,stream logs 由所有 running resources,帶 color-coded prefixes,提升 service interactions 嘅 visibility。
仲有 GenAI visualizer,summarize 同 visualize LLM-centric calls,帶 sparkle icon 嚟 explore prompts、responses 同 images,計劃 update 嚟 fit evolving AI telemetry conventions。新 integrations 包括 `AddOpenAI` 嚟 model OpenAI endpoints,支持 Azure AI Foundry 同 GitHub models 帶 intellisense,first-class support 畀 Azure Dev Tunnels,enable secure sharing 局部 applications 嚟 testing。YARP integration 而家 support static file serving,allow efficient delivery 資產如 HTML 同 CSS,configurable 畀 dev 同 prod。Cross-process call stacks 亦 support 喺 Visual Studio 2026 Insiders on Windows,improve diagnostics 畀 distributed systems。用家可以 install Aspire CLI 同試 `aspire update` command,有 resources 喺 GitHub、Discord 同 official docs。
完整 changes list 喺 official Aspire 9.5 release notes。