New .NET Aspire just dropped

In case you missed it, .NET Aspire 9.4 is now available.

https://visualstudiomagazine.com/articles/2025/07/30/aspire-9-4-cli-goes-ga-dashboard-gets-interactive.aspx

The Aspire CLI is now GA with native AOT compilation. You can scaffold new projects, add services, run them, and manage config all from the terminal. It’s noticeably faster and feels much more consistent for dev workflows.

There’s also a preview of the dashboard interaction service – basically a way for your app to prompt for input during runtime inside the Aspire dashboard. Plus, there’s a bunch of obligatory AI perks. Full details over on the VSM article. Anyone tried the new release yet? Curious to read your impressions.