[main] Update dependencies from microsoft/usvc-apiserver
This pull request updates the following dependencies
From https://github.com/microsoft/usvc-apiserver
- Subscription: 852f69a6-643d-499a-6cb6-08dbca4ebb98
- Build: 0.19.1 (290752)
- Date Produced: November 14, 2025 12:22:50 AM UTC
- Commit: c469ca52977a1b20f17c8592075e2d9f107a328b
- Branch: refs/tags/v0.19.1
- Dependency Updates:
- From 0.19.0 to 0.19.1
- Microsoft.DeveloperControlPlane.darwin-amd64
- Microsoft.DeveloperControlPlane.darwin-arm64
- Microsoft.DeveloperControlPlane.linux-amd64
- Microsoft.DeveloperControlPlane.linux-arm64
- Microsoft.DeveloperControlPlane.linux-musl-amd64
- Microsoft.DeveloperControlPlane.windows-amd64
- Microsoft.DeveloperControlPlane.windows-arm64
- From 0.19.0 to 0.19.1
🚀 Dogfood this PR with:
⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12959
Or
- Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12959"
Hey @radical, to give some context on this change, as part of it we are removing support of x86 for Aspire in windows. (Can explain more but main reason is we are bumping the version of GO used to compile DCP and this new version doesn't support win-x86). Can you help take a look and help us figure out which parts of the pipelines can be removed as part of this? At the very least, I assume we no longer need to build the CLI for x86 nativeAOT, but I assume there are other things that can be simplified as well.
/azp run aspire-tests
Azure Pipelines successfully started running 1 pipeline(s).
@radical I suspect the template test are trying to run a project targeting x86, but I could not figure out how and where the set of platforms for template tests is computed.
I tracked the template test failure down to a breaking change in Go 1.25 Windows I/O runtime. Will switch back to Go 1.24.