Skip to content

Aspire 13.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Apr 04:40
25961cf

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