What's New in Aspire 13.3.5
Patch release for Aspire 13.3 with fixes for the Azure provisioning location prompt and an Aspire CLI named-pipe timeout on Linux with .NET SDK 10.0.300.
๐ Fixes
- ๐ Azure provisioning location prompt not populated โ Selecting an existing resource group during
aspire publishnow correctly populates dependent server-controlled fields (such as Location). Previously, server-provided values for disabled inputs were discarded, leaving those fields blank. (#17278, backported via #17291) - ๐ง Aspire CLI named-pipe timeout on Linux with .NET SDK 10.0.300 โ The Aspire CLI was forcing
DOTNET_CLI_USE_MSBUILD_SERVER=1for alldotnet run/dotnet buildinvocations. On Linux with SDK 10.0.300 this caused a named-pipe timeout that preventedaspire runfrom building the AppHost. The forced override has been removed so the SDK chooses MSBuild server behavior. Fixes #16849. (#17313, backported via #17314)
๐ท๏ธ Housekeeping
- โฌ๏ธ Skipped log publish for WinGet/Homebrew installer pipeline jobs to fix Prepare Installers stage failures (#17134)
- ๐ Bumped branding to 13.3.5 (#17315)
Full Changelog: v13.3.4...v13.3.5
Full commit: 70b33bcb5f64c75e3ab6f57616545f35bd43dc81
Generated by Generate release notes for a new stable Aspire release ยท โ 4.3M