โ† All releases

v13.2.2

Aspire 13.2.2

View on GitHub โ†’

NuGet packages

Release notes

This is a servicing release focused on bug fixes and platform improvements.

๐Ÿ› Bug Fixes

  • Fix SqlClient runtime asset layout on Unix โ€” Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#15709)
  • Fix IDE execution regressions for Azure Functions and class library projects โ€” Backported fixes for 13.2 regressions impacting IDE-based execution (#15714)
  • Fix NpmRunner multi-version output parsing โ€” npm view returning multiple versions no longer breaks version resolution; also bumps @playwright/cli to >=0.1.3 (#15746)
  • Skip name validation for internal resources โ€” ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#15726, fixes #15693)

๐Ÿ”’ Security & Certificates

  • Use ASP.NET Core dev cert for DCP โ€” Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#15718)
  • Cache PFX dev certs on Windows and Linux โ€” Prevents binary-level changes between runs for persistent container scenarios (#15774)

๐Ÿ—๏ธ Infrastructure & Platform

  • ARM64 CLI support โ€” Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#15599)
  • Update DCP to 0.22.11 (#15713)

๐Ÿ’ป CLI Improvements

  • Show anonymous dashboard URLs in aspire ps โ€” The dashboard URL is now displayed even when running without authentication (#15731