This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Commit 1881f71
authored
chore(deps): update non-major nuget dependencies (#303)
> **Note:** This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [Aspire.AppHost.Sdk](https://redirect.github.com/dotnet/aspire) |
`13.0.2` -> `13.1.0` |

|

|
| [Aspire.Hosting.AppHost](https://redirect.github.com/dotnet/aspire) |
`13.0.2` -> `13.1.0` |

|

|
| [Aspire.Hosting.SqlServer](https://redirect.github.com/dotnet/aspire)
| `13.0.2` -> `13.1.0` |

|

|
|
[Aspire.Microsoft.EntityFrameworkCore.SqlServer](https://redirect.github.com/dotnet/aspire)
| `13.0.2` -> `13.1.0` |

|

|
|
[Microsoft.Identity.Web](https://redirect.github.com/AzureAD/microsoft-identity-web)
| `4.1.1` -> `4.2.0` |

|

|
|
[SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html)
([source](https://redirect.github.com/SonarSource/sonar-dotnet)) |
`10.16.1.129956` -> `10.17.0.131074` |

|

|
| [TUnit](https://redirect.github.com/thomhurst/TUnit) | `1.5.60` ->
`1.5.70` |

|

|
| [Verify.TUnit](https://redirect.github.com/VerifyTests/Verify) |
`31.8.0` -> `31.9.0` |

|

|
---
### Release Notes
<details>
<summary>dotnet/aspire (Aspire.AppHost.Sdk)</summary>
###
[`v13.1.0`](https://redirect.github.com/dotnet/aspire/releases/tag/v13.1.0):
Aspire 13.1.0 Release
We are excited to share that our 13.1.0 release of Aspire has shipped!
All of the packages are available in NuGet.org now. Head over to
<https://aspire.dev/whats-new/aspire-13-1/> to find what's new in
13.1.0!
##### What's Changed
- Target net10.0 in client integrations by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12500](https://redirect.github.com/dotnet/aspire/pull/12500)
- Fix DockerComposeEnvironment duplicating image names in .env file by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12310](https://redirect.github.com/dotnet/aspire/pull/12310)
- Replace apt-get with npm for Azure Functions Core Tools installation
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12537](https://redirect.github.com/dotnet/aspire/pull/12537)
- Improve flaky dashboard integration test by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12534](https://redirect.github.com/dotnet/aspire/pull/12534)
- Add README.md for the Aspire.Hosting.Azure.AppService package by
[@​ShilpiRach](https://redirect.github.com/ShilpiRach) in
[#​12528](https://redirect.github.com/dotnet/aspire/pull/12528)
- Add support to enable automatic scaling for App Service Environment by
[@​ShilpiRach](https://redirect.github.com/ShilpiRach) in
[#​12305](https://redirect.github.com/dotnet/aspire/pull/12305)
- Update to FluentUI 4.13.1 by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12532](https://redirect.github.com/dotnet/aspire/pull/12532)
- Skip playground projects in build-packages workflow by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12547](https://redirect.github.com/dotnet/aspire/pull/12547)
- Allow HostUrl to remap both address and port by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12521](https://redirect.github.com/dotnet/aspire/pull/12521)
- Refactor NodeJs Integration by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12530](https://redirect.github.com/dotnet/aspire/pull/12530)
- Fix MCP endpoint with redirect HTTPS by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12556](https://redirect.github.com/dotnet/aspire/pull/12556)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​12540](https://redirect.github.com/dotnet/aspire/pull/12540)
- Refactor AddNodeApp by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12538](https://redirect.github.com/dotnet/aspire/pull/12538)
- Update Aspire branding from 13.0 to 13.1 by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12527](https://redirect.github.com/dotnet/aspire/pull/12527)
- Add annotation to specify custom base images for generated Dockerfiles
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12566](https://redirect.github.com/dotnet/aspire/pull/12566)
- Fix generating random MCP endpoint URL in templates by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12558](https://redirect.github.com/dotnet/aspire/pull/12558)
- \[CI] Add new Agent for disabling or quarantining tests by
[@​radical](https://redirect.github.com/radical) in
[#​12570](https://redirect.github.com/dotnet/aspire/pull/12570)
- Add `ExcludeFromMcp()` resource extension by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12515](https://redirect.github.com/dotnet/aspire/pull/12515)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2828818`](https://redirect.github.com/dotnet/aspire/commit/2828818) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​12546](https://redirect.github.com/dotnet/aspire/pull/12546)
- Register IPipelineOutputService in DI for pipeline output directory
management by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12563](https://redirect.github.com/dotnet/aspire/pull/12563)
- Add deploy support for Docker Compose by
[@​captainsafia](https://redirect.github.com/captainsafia) in
[#​12548](https://redirect.github.com/dotnet/aspire/pull/12548)
- Quarantine flaky test:
AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12578](https://redirect.github.com/dotnet/aspire/pull/12578)
- Update connection properties for non-Azure resources by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​12583](https://redirect.github.com/dotnet/aspire/pull/12583)
- Filter to highest package version per channel in aspire add command by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12553](https://redirect.github.com/dotnet/aspire/pull/12553)
- Log DCP messages at Debug/Trace level in AppHost by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12533](https://redirect.github.com/dotnet/aspire/pull/12533)
- Add CLI self-update prompts to `aspire update` command by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12395](https://redirect.github.com/dotnet/aspire/pull/12395)
- Fix golang and alpine images. by
[@​mitchdenny](https://redirect.github.com/mitchdenny) in
[#​12592](https://redirect.github.com/dotnet/aspire/pull/12592)
- Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12596](https://redirect.github.com/dotnet/aspire/pull/12596)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​12610](https://redirect.github.com/dotnet/aspire/pull/12610)
- Make IReportingStep and IReportingTask completion idempotent by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12602](https://redirect.github.com/dotnet/aspire/pull/12602)
- Show --log-level debug hint when pipeline fails by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12603](https://redirect.github.com/dotnet/aspire/pull/12603)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​12622](https://redirect.github.com/dotnet/aspire/pull/12622)
- Rename app.py to main.py in template by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12628](https://redirect.github.com/dotnet/aspire/pull/12628)
- bump extension version by
[@​adamint](https://redirect.github.com/adamint) in
[#​12623](https://redirect.github.com/dotnet/aspire/pull/12623)
- don't build apphost in cli when running in extension by
[@​adamint](https://redirect.github.com/adamint) in
[#​12621](https://redirect.github.com/dotnet/aspire/pull/12621)
- Detect which version of yarn is being used by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12633](https://redirect.github.com/dotnet/aspire/pull/12633)
- Fix duplicate key exception when using WithExplicitStart() on
resources with environment callbacks by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12604](https://redirect.github.com/dotnet/aspire/pull/12604)
- Support AddCSharpApp, fix some rough edges around project resources by
[@​adamint](https://redirect.github.com/adamint) in
[#​12568](https://redirect.github.com/dotnet/aspire/pull/12568)
- Add missing namespace to `CertificateAuthorityCollectionResource` by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12639](https://redirect.github.com/dotnet/aspire/pull/12639)
- Add ModelContextProtocol assemblies to signing list by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​12637](https://redirect.github.com/dotnet/aspire/pull/12637)
- Generate fallback Dockerfile for Python apps without UV by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12627](https://redirect.github.com/dotnet/aspire/pull/12627)
- Update/bump container image tags for hosting components by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​12459](https://redirect.github.com/dotnet/aspire/pull/12459)
- Mark IDeveloperCertificateService experimental by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12648](https://redirect.github.com/dotnet/aspire/pull/12648)
- Wait with exponential backoff for expected Executables by
[@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​12647](https://redirect.github.com/dotnet/aspire/pull/12647)
- Make ProcessCertificateTrustConfigAsync internal by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12649](https://redirect.github.com/dotnet/aspire/pull/12649)
- Add test cases and ensure container cert override paths work by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12654](https://redirect.github.com/dotnet/aspire/pull/12654)
- Python hosting: Support .venv lookup by walking up parent directories
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12616](https://redirect.github.com/dotnet/aspire/pull/12616)
- Provide more info about how apphost is built to user in vs code and
only wait a few seconds to get c# dev kit build task by
[@​adamint](https://redirect.github.com/adamint) in
[#​12659](https://redirect.github.com/dotnet/aspire/pull/12659)
- Make None be the index 0 enum value for CertificateTrustScope by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12673](https://redirect.github.com/dotnet/aspire/pull/12673)
- Add 'do' command to runtime-only check by
[@​captainsafia](https://redirect.github.com/captainsafia) in
[#​12669](https://redirect.github.com/dotnet/aspire/pull/12669)
- Revert arcade dependency update from PR
[#​12622](https://redirect.github.com/dotnet/aspire/issues/12622)
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12634](https://redirect.github.com/dotnet/aspire/pull/12634)
- API Review feedback by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12644](https://redirect.github.com/dotnet/aspire/pull/12644)
- Rename Aspire.Hosting.NodeJs to Aspire.Hosting.JavaScript by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12681](https://redirect.github.com/dotnet/aspire/pull/12681)
- Refactor ACR authentication to use Azure SDK TokenCredential with
OAuth2 token exchange by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12608](https://redirect.github.com/dotnet/aspire/pull/12608)
- Refactor user secrets to DI-based factory with thread-safe
synchronization by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12692](https://redirect.github.com/dotnet/aspire/pull/12692)
- Fix .env files being overwritten by Docker Compose publisher by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12656](https://redirect.github.com/dotnet/aspire/pull/12656)
- Add WithPip following Node.js patterns and rename AddPythonScript to
AddPythonApp by [@​Copilot](https://redirect.github.com/Copilot)
in [#​12667](https://redirect.github.com/dotnet/aspire/pull/12667)
- Add buildOnly field to manifest schema and infrastructure by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12696](https://redirect.github.com/dotnet/aspire/pull/12696)
- Add, respect auto-open aspire dashboard setting. Open the first
application url in dotnet projects if multiple are provided by
[@​adamint](https://redirect.github.com/adamint) in
[#​12674](https://redirect.github.com/dotnet/aspire/pull/12674)
- Use DateTimeOffset.Now for checking certificate validity by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12680](https://redirect.github.com/dotnet/aspire/pull/12680)
- Update templates localization files by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​12705](https://redirect.github.com/dotnet/aspire/pull/12705)
- Disable Sizes in Icon for copilot-cli compatibility by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​12720](https://redirect.github.com/dotnet/aspire/pull/12720)
- Add IContainerFilesDestinationResource interface to constrain
PublishWithContainerFiles by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12699](https://redirect.github.com/dotnet/aspire/pull/12699)
- Use dotnet script for MAUI workload restore by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[#​12370](https://redirect.github.com/dotnet/aspire/pull/12370)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​12727](https://redirect.github.com/dotnet/aspire/pull/12727)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​12731](https://redirect.github.com/dotnet/aspire/pull/12731)
- Add env vars to resource MCP by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12665](https://redirect.github.com/dotnet/aspire/pull/12665)
- Remove credentials from JDBC connection strings by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12712](https://redirect.github.com/dotnet/aspire/pull/12712)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2832410`](https://redirect.github.com/dotnet/aspire/commit/2832410) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​12591](https://redirect.github.com/dotnet/aspire/pull/12591)
- Support a docker build arg to specify the source image in
PublishWithContainerFiles by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12716](https://redirect.github.com/dotnet/aspire/pull/12716)
- Update GenAI visualizer to use new multimodal semantic conventions by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12694](https://redirect.github.com/dotnet/aspire/pull/12694)
- Make NetworkIdentifier a record to allow for non-breaking additions in
future releases by
[@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​12688](https://redirect.github.com/dotnet/aspire/pull/12688)
- Exclude localhost certificates without a subject key identifier
extension by [@​danegsta](https://redirect.github.com/danegsta) in
[#​12736](https://redirect.github.com/dotnet/aspire/pull/12736)
- Use MatchesHostname instead by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12765](https://redirect.github.com/dotnet/aspire/pull/12765)
- Update package versions for 9.5 templates by
[@​DamianEdwards](https://redirect.github.com/DamianEdwards) in
[#​12770](https://redirect.github.com/dotnet/aspire/pull/12770)
- Remove Obsolete models from AIFoundry and GitHub.Models by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12755](https://redirect.github.com/dotnet/aspire/pull/12755)
- Fix channel ordering in aspire update - staging before daily by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12760](https://redirect.github.com/dotnet/aspire/pull/12760)
- Add More information link to MCP Server dialog page by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12766](https://redirect.github.com/dotnet/aspire/pull/12766)
- Refactor overrideStagingHash to overrideStagingFeed and add
overrideStagingQuality configuration by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12775](https://redirect.github.com/dotnet/aspire/pull/12775)
- Check aspire exists on path before command or starting aspire debug
session by [@​adamint](https://redirect.github.com/adamint) in
[#​12773](https://redirect.github.com/dotnet/aspire/pull/12773)
- Look for .aspire/settings.json anywhere in the workspace, default to
creating it in workspace root by
[@​adamint](https://redirect.github.com/adamint) in
[#​12772](https://redirect.github.com/dotnet/aspire/pull/12772)
- Fix hang when trying to deploy single compute resource by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12797](https://redirect.github.com/dotnet/aspire/pull/12797)
- Enable container tunnel via environment variable by
[@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​12816](https://redirect.github.com/dotnet/aspire/pull/12816)
- Fix missing ACR login dependency in AzureAppServiceEnvironmentResource
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12807](https://redirect.github.com/dotnet/aspire/pull/12807)
- Fix WithPnpm with AddViteApp by
[@​flcdrg](https://redirect.github.com/flcdrg) in
[#​12790](https://redirect.github.com/dotnet/aspire/pull/12790)
- Prevent recursive formatted expression at compile time by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​12779](https://redirect.github.com/dotnet/aspire/pull/12779)
- Add .dockerignore to Python template frontend by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12812](https://redirect.github.com/dotnet/aspire/pull/12812)
- Add Python and uv installation validation with user notifications by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12787](https://redirect.github.com/dotnet/aspire/pull/12787)
- \[Automated] Update Playground Manifests by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​12520](https://redirect.github.com/dotnet/aspire/pull/12520)
- Fix configuration keys in
DeployAsync\_WithCachedDeploymentState\_LoadsFromCache test by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12845](https://redirect.github.com/dotnet/aspire/pull/12845)
- Update .NET SDK version to .NET 10 RTM by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12835](https://redirect.github.com/dotnet/aspire/pull/12835)
- \[Automated] Update Playground Manifests by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​12855](https://redirect.github.com/dotnet/aspire/pull/12855)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2834983`](https://redirect.github.com/dotnet/aspire/commit/2834983) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​12808](https://redirect.github.com/dotnet/aspire/pull/12808)
- Optimize Node.js Dockerfile generation with layer caching and BuildKit
mounts by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12739](https://redirect.github.com/dotnet/aspire/pull/12739)
- \[tests] Add logging to RemoteExecutor ConformanceTests by
[@​radical](https://redirect.github.com/radical) in
[#​12860](https://redirect.github.com/dotnet/aspire/pull/12860)
- Fix: Create shell config file when none exists during CLI installation
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12844](https://redirect.github.com/dotnet/aspire/pull/12844)
- \[Automated] Update Playground Manifests by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​12870](https://redirect.github.com/dotnet/aspire/pull/12870)
- Add ITestOutputHelper logging to AzureDeployerTests for better failure
diagnosis by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12837](https://redirect.github.com/dotnet/aspire/pull/12837)
- Quarantine flaky test ReadingLogs\_ErrorDuringRead\_SetStatusAndLog by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12785](https://redirect.github.com/dotnet/aspire/pull/12785)
- Bump extension version to 1.0.0 by
[@​adamint](https://redirect.github.com/adamint) in
[#​12826](https://redirect.github.com/dotnet/aspire/pull/12826)
- Don't update genai dialog if the currently view data hasn't changed by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12862](https://redirect.github.com/dotnet/aspire/pull/12862)
- Add support for LangSmith OpenTelemetry genai standard attributes by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12861](https://redirect.github.com/dotnet/aspire/pull/12861)
- Fix subscription ID not being disabled on Azure provisioning dialog by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12888](https://redirect.github.com/dotnet/aspire/pull/12888)
- remove --pre-release flag from extension official build by
[@​adamint](https://redirect.github.com/adamint) in
[#​12897](https://redirect.github.com/dotnet/aspire/pull/12897)
- Merge changes from release/13.0 by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​12911](https://redirect.github.com/dotnet/aspire/pull/12911)
- Remove serverReadyAction for apphost, manually open the dashboard URL
using vs code APIs by
[@​adamint](https://redirect.github.com/adamint) in
[#​12907](https://redirect.github.com/dotnet/aspire/pull/12907)
- Permit JSON comments in launchSettings.json, set
DOTNET\_LAUNCH\_PROFILE to mimic CLI behavior by
[@​adamint](https://redirect.github.com/adamint) in
[#​12904](https://redirect.github.com/dotnet/aspire/pull/12904)
- Add support for selecting existing Azure resource groups during
provisioning by [@​Copilot](https://redirect.github.com/Copilot)
in [#​12894](https://redirect.github.com/dotnet/aspire/pull/12894)
- Fix error message to reference app host projects generically by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12661](https://redirect.github.com/dotnet/aspire/pull/12661)
- Add AddAzureFunctionsProject overload accepting project path by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12658](https://redirect.github.com/dotnet/aspire/pull/12658)
- Enable final package versioning for Azure Functions by
[@​fabiocav](https://redirect.github.com/fabiocav) in
[#​12756](https://redirect.github.com/dotnet/aspire/pull/12756)
- Removing preview qualifiers from Functions readme by
[@​mattchenderson](https://redirect.github.com/mattchenderson) in
[#​12944](https://redirect.github.com/dotnet/aspire/pull/12944)
- Update System.CommandLine 2.0.0 by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12946](https://redirect.github.com/dotnet/aspire/pull/12946)
- Improve version checking logging by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12947](https://redirect.github.com/dotnet/aspire/pull/12947)
- Fix `aspire update` to honor `ManagePackageVersionsCentrally=false` in
project files by [@​Copilot](https://redirect.github.com/Copilot)
in [#​12931](https://redirect.github.com/dotnet/aspire/pull/12931)
- Add ILogger to BicepCliCompiler with ContainerRuntimeBase-style
logging by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12908](https://redirect.github.com/dotnet/aspire/pull/12908)
- Simplify installation command for PowerShell by
[@​nohwnd](https://redirect.github.com/nohwnd) in
[#​12924](https://redirect.github.com/dotnet/aspire/pull/12924)
- Fix `aspire update` crash on NuGet version range expressions by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12920](https://redirect.github.com/dotnet/aspire/pull/12920)
- Fix Azure roles resources always redeploying by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12901](https://redirect.github.com/dotnet/aspire/pull/12901)
- Fix dependency tracking of resources that write keyvault secrets by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​12925](https://redirect.github.com/dotnet/aspire/pull/12925)
- Add menu to resource details to make it consistant with other details
controls by [@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12975](https://redirect.github.com/dotnet/aspire/pull/12975)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2839731`](https://redirect.github.com/dotnet/aspire/commit/2839731) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​12976](https://redirect.github.com/dotnet/aspire/pull/12976)
- Workaround bug in interaction provider when displaying dialogs on load
by [@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12886](https://redirect.github.com/dotnet/aspire/pull/12886)
- Parse GenAI tool definitions from span attributes and display in UI
with accordion layout by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12863](https://redirect.github.com/dotnet/aspire/pull/12863)
- Add GenAI evaluation to GenAI visualizer by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12962](https://redirect.github.com/dotnet/aspire/pull/12962)
- Add tab icons to Gen AI dialog by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12994](https://redirect.github.com/dotnet/aspire/pull/12994)
- Better interactions provider workaround fix by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12991](https://redirect.github.com/dotnet/aspire/pull/12991)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2840722`](https://redirect.github.com/dotnet/aspire/commit/2840722) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​12989](https://redirect.github.com/dotnet/aspire/pull/12989)
- Add MAUI solution generation by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​12969](https://redirect.github.com/dotnet/aspire/pull/12969)
- Update .NET SDK version in global.json by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​13007](https://redirect.github.com/dotnet/aspire/pull/13007)
- Default OpenAISettings.EnableSensitiveTelemetryData to
TelemetryHelpers.EnableSensitiveDataDefault by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12992](https://redirect.github.com/dotnet/aspire/pull/12992)
- Update VS Code settings to new C#DK Settings by
[@​JakeRadMSFT](https://redirect.github.com/JakeRadMSFT) in
[#​12950](https://redirect.github.com/dotnet/aspire/pull/12950)
- Add workaround for ProcessTerminationTimeout in
InvocationConfiguration by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13019](https://redirect.github.com/dotnet/aspire/pull/13019)
- Disambiguate Docker Compose project names using AppHost path hash by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12819](https://redirect.github.com/dotnet/aspire/pull/12819)
- Change BicepCliCompiler success log from Information to Debug by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12952](https://redirect.github.com/dotnet/aspire/pull/12952)
- Add custom commands to open Kusto servers in Kusto Explorer by
[@​MattKotsenas](https://redirect.github.com/MattKotsenas) in
[#​12609](https://redirect.github.com/dotnet/aspire/pull/12609)
- Use Shared OtlpEndpointResolver for MAUI integration by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[#​12999](https://redirect.github.com/dotnet/aspire/pull/12999)
- Fix: CLI commands return incorrect exit codes when AppHost fails by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12923](https://redirect.github.com/dotnet/aspire/pull/12923)
- Remove .py files from being signed by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13005](https://redirect.github.com/dotnet/aspire/pull/13005)
- Set RuntimeIdentifier when building dotnet containers by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​12936](https://redirect.github.com/dotnet/aspire/pull/12936)
- Add TreatProjectReferencesAsResources property to disable SDK
ProjectReference mutation by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12829](https://redirect.github.com/dotnet/aspire/pull/12829)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​13034](https://redirect.github.com/dotnet/aspire/pull/13034)
- Fix status code middleware from interfering with API calls by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​12690](https://redirect.github.com/dotnet/aspire/pull/12690)
- Fix: Pass cancellation token to GetChannelsAsync in
NuGetPackagePrefetcher by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12916](https://redirect.github.com/dotnet/aspire/pull/12916)
- Fix CLI crash when user input contains Spectre markup characters by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12919](https://redirect.github.com/dotnet/aspire/pull/12919)
- Add support for configuring TLS termination for supported resources by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12506](https://redirect.github.com/dotnet/aspire/pull/12506)
- Improve cancellation. by
[@​mitchdenny](https://redirect.github.com/mitchdenny) in
[#​13046](https://redirect.github.com/dotnet/aspire/pull/13046)
- Don't sign JS files by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13039](https://redirect.github.com/dotnet/aspire/pull/13039)
- Fix pip+pyproject.toml apps missing install commands in generated
Dockerfile by [@​Copilot](https://redirect.github.com/Copilot) in
[#​12876](https://redirect.github.com/dotnet/aspire/pull/12876)
- Make --clear-cache message provider-agnostic by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13053](https://redirect.github.com/dotnet/aspire/pull/13053)
- Use proper MCP inputs instead of hardcoding API keys by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12981](https://redirect.github.com/dotnet/aspire/pull/12981)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2843216`](https://redirect.github.com/dotnet/aspire/commit/2843216) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​13030](https://redirect.github.com/dotnet/aspire/pull/13030)
- Add process-parameters meta step to deployment pipeline by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13041](https://redirect.github.com/dotnet/aspire/pull/13041)
- Add ClearDefaultRoleAssignments extension method to disable role
assignments on Azure resources by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13057](https://redirect.github.com/dotnet/aspire/pull/13057)
- Remove ProcessTerminationTimeout from InvocationConfiguration in
Aspire CLI by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13062](https://redirect.github.com/dotnet/aspire/pull/13062)
- Fix container image builds for resources with dashes in names by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13058](https://redirect.github.com/dotnet/aspire/pull/13058)
- EndpointReference evaluation should wait on missing AllocatedEndpoint
by [@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​13074](https://redirect.github.com/dotnet/aspire/pull/13074)
- Add `--channel` option with localized descriptions and hide
`--quality` for backward compatibility by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13051](https://redirect.github.com/dotnet/aspire/pull/13051)
- Fix relative path in AspireWithMaui.slnx by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​13020](https://redirect.github.com/dotnet/aspire/pull/13020)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​13080](https://redirect.github.com/dotnet/aspire/pull/13080)
- Quarantine flaky test ProcessParametersStep\_ValidatesBehavior by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13082](https://redirect.github.com/dotnet/aspire/pull/13082)
- Obsolete AddAzureRedis and stabilize AddAzureRedisEnterprise by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13061](https://redirect.github.com/dotnet/aspire/pull/13061)
- Fixes to Azure provisioning dialog by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​13065](https://redirect.github.com/dotnet/aspire/pull/13065)
- Add `aspire mcp start` command to launch MCP server with Dashboard
tools (feature-flagged) by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12887](https://redirect.github.com/dotnet/aspire/pull/12887)
- Fix Azure cross-tenant authentication by using lazy credential
creation by [@​vhvb1989](https://redirect.github.com/vhvb1989) in
[#​13089](https://redirect.github.com/dotnet/aspire/pull/13089)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​13101](https://redirect.github.com/dotnet/aspire/pull/13101)
- Allow certificates config context to access raw arguments and
environment before processing by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​12995](https://redirect.github.com/dotnet/aspire/pull/12995)
- Fix deployment state file case sensitivity issue on Linux by
[@​vhvb1989](https://redirect.github.com/vhvb1989) in
[#​13103](https://redirect.github.com/dotnet/aspire/pull/13103)
- Fix Ctrl+C cancellation during `aspire update` prompts by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13098](https://redirect.github.com/dotnet/aspire/pull/13098)
- Re-enable MCP icons by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​13105](https://redirect.github.com/dotnet/aspire/pull/13105)
- Rename new experimental KeyPair API to
WithServerAuthenticationCertificate by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​13104](https://redirect.github.com/dotnet/aspire/pull/13104)
- Sort environment variables, volumes, and health reports alphabetically
in ResourceDetails panel by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13113](https://redirect.github.com/dotnet/aspire/pull/13113)
- Reduce aspire cli deploy flickering by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​13111](https://redirect.github.com/dotnet/aspire/pull/13111)
- Add telemetry to GenAIVisualizerDialog by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13114](https://redirect.github.com/dotnet/aspire/pull/13114)
- Rename "pipeline execution" step to "pipeline-execution" by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13106](https://redirect.github.com/dotnet/aspire/pull/13106)
- Remove EnablePackageValidation false from .csproj files in src
directory by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13075](https://redirect.github.com/dotnet/aspire/pull/13075)
- Enable test logging in DistributedApplicationPipelineTests by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13072](https://redirect.github.com/dotnet/aspire/pull/13072)
- Fix flaky tests using TestPipelineActivityReporter by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13129](https://redirect.github.com/dotnet/aspire/pull/13129)
- Disable DefaultTlsTerminationEnabled on macOS by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13135](https://redirect.github.com/dotnet/aspire/pull/13135)
- Remove experimental status from WithEndpointProxySupport API by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13122](https://redirect.github.com/dotnet/aspire/pull/13122)
- Print app service url when deploying by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13123](https://redirect.github.com/dotnet/aspire/pull/13123)
- Localized file check-in by OneLocBuild Task: Build definition ID 1309:
Build ID
[`2845914`](https://redirect.github.com/dotnet/aspire/commit/2845914) by
[@​dotnet-bot](https://redirect.github.com/dotnet-bot) in
[#​13100](https://redirect.github.com/dotnet/aspire/pull/13100)
- Fix: Show view options menu when hidden resources exist by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13133](https://redirect.github.com/dotnet/aspire/pull/13133)
- Refactor port allocation and endpoint resolution by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13110](https://redirect.github.com/dotnet/aspire/pull/13110)
- Add icon & status to `CertificateAuthorityCollection` resource by
[@​afscrome](https://redirect.github.com/afscrome) in
[#​12754](https://redirect.github.com/dotnet/aspire/pull/12754)
- Fix: Update explicit port handling and add test for manifest project …
by [@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13157](https://redirect.github.com/dotnet/aspire/pull/13157)
- Updated icons for DB Server resources + phpmyadmin by
[@​afscrome](https://redirect.github.com/afscrome) in
[#​13147](https://redirect.github.com/dotnet/aspire/pull/13147)
- \[Automated] Update Playground Manifests by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​12895](https://redirect.github.com/dotnet/aspire/pull/12895)
- Change KnownResourceStateStyle.Warn state string from 'warn' to
'warning' by
[@​jfversluis](https://redirect.github.com/jfversluis) in
[#​13162](https://redirect.github.com/dotnet/aspire/pull/13162)
- Add container tunnel test by
[@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​13107](https://redirect.github.com/dotnet/aspire/pull/13107)
- Add MCP telemetry by
[@​JamesNK](https://redirect.github.com/JamesNK) in
[#​13150](https://redirect.github.com/dotnet/aspire/pull/13150)
- Fix playground AppHost port conflicts, add MCP endpoints, and ensure
generate-manifest profiles - assign unique ports to all 52 projects by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13155](https://redirect.github.com/dotnet/aspire/pull/13155)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​13186](https://redirect.github.com/dotnet/aspire/pull/13186)
- Add auxiliary backchannel for MCP server with multi-connection support
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13099](https://redirect.github.com/dotnet/aspire/pull/13099)
- Allow using server authentication cert config in runtime
WithContainerFiles callbacks, fix MacOS keychain access spam with dev
cert by [@​danegsta](https://redirect.github.com/danegsta) in
[#​13151](https://redirect.github.com/dotnet/aspire/pull/13151)
- Fix `aspire update --self` error when running as dotnet tool by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13141](https://redirect.github.com/dotnet/aspire/pull/13141)
- Update to Npgsql 10 by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13164](https://redirect.github.com/dotnet/aspire/pull/13164)
- Move GetNonExecutableReferences task from RoslynCodeTaskFactory to
compiled assembly by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13056](https://redirect.github.com/dotnet/aspire/pull/13056)
- Improve Aspire.Hosting test reliability and diagnostics for
investigating hang issues by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13158](https://redirect.github.com/dotnet/aspire/pull/13158)
- Add GetAppHostInformationAsync RPC method and select\_apphost MCP tool
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13191](https://redirect.github.com/dotnet/aspire/pull/13191)
- Rename AddAzureRedisEnterprise to AddAzureManagedRedis by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13172](https://redirect.github.com/dotnet/aspire/pull/13172)
- Quarantine flaky test
CliOrphanDetectorContinuesRunningWhenProcessAliveWithCorrectStartTime by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​12724](https://redirect.github.com/dotnet/aspire/pull/12724)
- Update PATH for Aspire.Cli to net10.0 by
[@​captainsafia](https://redirect.github.com/captainsafia) in
[#​13209](https://redirect.github.com/dotnet/aspire/pull/13209)
- Add Azure Functions Core Tools acquisition via interaction service by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13189](https://redirect.github.com/dotnet/aspire/pull/13189)
- Update print-dashboard-url step text to show actual dashboard URL as
clickable link by [@​Copilot](https://redirect.github.com/Copilot)
in [#​13212](https://redirect.github.com/dotnet/aspire/pull/13212)
- Re-enable performance tracing capability for local runs by
[@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​13214](https://redirect.github.com/dotnet/aspire/pull/13214)
- Add IAgentEnvironmentDetector infrastructure and `aspire mcp init`
command for coding agent support by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13192](https://redirect.github.com/dotnet/aspire/pull/13192)
- Fix bug with default apphost selection. by
[@​mitchdenny](https://redirect.github.com/mitchdenny) in
[#​13228](https://redirect.github.com/dotnet/aspire/pull/13228)
- Check for VS Code and Copilot CLI executables in
VsCodeAgentEnvironmentScanner by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13226](https://redirect.github.com/dotnet/aspire/pull/13226)
- Fix MCP configuration issues: remove VS Code tools config, use
PhysicalFileProvider for macOS by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13225](https://redirect.github.com/dotnet/aspire/pull/13225)
- Point readme to aspire.dev by
[@​afscrome](https://redirect.github.com/afscrome) in
[#​13234](https://redirect.github.com/dotnet/aspire/pull/13234)
- Add list\_apphosts MCP tool to Aspire CLI by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13229](https://redirect.github.com/dotnet/aspire/pull/13229)
- Remove the agent fingerprint service by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13230](https://redirect.github.com/dotnet/aspire/pull/13230)
- Update documentation links in README.md by
[@​ojamte](https://redirect.github.com/ojamte) in
[#​13233](https://redirect.github.com/dotnet/aspire/pull/13233)
- Fix GitHub Copilot CLI detection and add separate
CopilotCliAgentEnvironmentScanner by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13250](https://redirect.github.com/dotnet/aspire/pull/13250)
- Add test logging to various functional tests for improved output by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13255](https://redirect.github.com/dotnet/aspire/pull/13255)
- Quarantine
CliOrphanDetectorAfterTheProcessWasRunningForAWhileThenStops test by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13258](https://redirect.github.com/dotnet/aspire/pull/13258)
- Fix CLI update prompt for PR channels without download support by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13125](https://redirect.github.com/dotnet/aspire/pull/13125)
- Fix CLI tool detection on Windows by searching PATH with PATHEXT
extensions by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13262](https://redirect.github.com/dotnet/aspire/pull/13262)
- Fix PATH lookup to prefer PATHEXT extensions over exact matches on
WIndows by [@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13264](https://redirect.github.com/dotnet/aspire/pull/13264)
- Update package baselines to 13.0.1 by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13215](https://redirect.github.com/dotnet/aspire/pull/13215)
- Refactor tests to include ITestOutputHelper for improved logging and
diagnostics by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13270](https://redirect.github.com/dotnet/aspire/pull/13270)
- Move ContainerBuildOptions to resource-specific annotation by
[@​captainsafia](https://redirect.github.com/captainsafia) in
[#​13081](https://redirect.github.com/dotnet/aspire/pull/13081)
- Support setting container image options per resource by
[@​captainsafia](https://redirect.github.com/captainsafia) in
[#​13188](https://redirect.github.com/dotnet/aspire/pull/13188)
- Fix saving parameters with custom config keys by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13251](https://redirect.github.com/dotnet/aspire/pull/13251)
- Performance improvements for aspire mcp init command by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13276](https://redirect.github.com/dotnet/aspire/pull/13276)
- Update templates for 13.1 by
[@​DamianEdwards](https://redirect.github.com/DamianEdwards) in
[#​13213](https://redirect.github.com/dotnet/aspire/pull/13213)
- \[Automated] Update API Surface Area by
[@​github-actions](https://redirect.github.com/github-actions)\[bot]
in [#​12058](https://redirect.github.com/dotnet/aspire/pull/12058)
- Quarantine flaky test
McpServiceTests.CallService\_McpTool\_TelemetryRecorded by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13252](https://redirect.github.com/dotnet/aspire/pull/13252)
- Remove mcpCommandEnabled feature flag from CLI by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13279](https://redirect.github.com/dotnet/aspire/pull/13279)
- Fix: Use consistent warning icon for unresolved parameters by
[@​murataslan1](https://redirect.github.com/murataslan1) in
[#​13274](https://redirect.github.com/dotnet/aspire/pull/13274)
- Fix flaky deployment tests by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13284](https://redirect.github.com/dotnet/aspire/pull/13284)
- Rename IResourceContainerImageBuilder to
IResourceContainerImageManager by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13289](https://redirect.github.com/dotnet/aspire/pull/13289)
- Fix: Complete channel writer when logger is removed by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13292](https://redirect.github.com/dotnet/aspire/pull/13292)
- Update Otel versions by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13202](https://redirect.github.com/dotnet/aspire/pull/13202)
- Add TESTCONTAINERS\_HUB\_IMAGE\_NAME\_PREFIX environment variable to
Helix test configuration by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​11790](https://redirect.github.com/dotnet/aspire/pull/11790)
- \[CI] Fix Outerloop and Quarantine workflows by
[@​radical](https://redirect.github.com/radical) in
[#​13218](https://redirect.github.com/dotnet/aspire/pull/13218)
- Fix race in building Aspire.Hosting.AppHost by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13295](https://redirect.github.com/dotnet/aspire/pull/13295)
- Add container network alias annotation by
[@​karolz-ms](https://redirect.github.com/karolz-ms) in
[#​13299](https://redirect.github.com/dotnet/aspire/pull/13299)
- Handle relative endpoint URLs by
[@​DamianEdwards](https://redirect.github.com/DamianEdwards) in
[#​13303](https://redirect.github.com/dotnet/aspire/pull/13303)
- Mark Aspire.Hosting.DevTunnels as stable by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13301](https://redirect.github.com/dotnet/aspire/pull/13301)
- Add ContainerRegistryResource for general-purpose container registries
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13294](https://redirect.github.com/dotnet/aspire/pull/13294)
- Add aspire-js-frontend-starter template with Aspire CLI support by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13096](https://redirect.github.com/dotnet/aspire/pull/13096)
- Change install=false semantics to create installer with
WithExplicitStart by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13272](https://redirect.github.com/dotnet/aspire/pull/13272)
- \[CI] Fix workflows, and run Quarantined tests every four hours by
[@​radical](https://redirect.github.com/radical) in
[#​13304](https://redirect.github.com/dotnet/aspire/pull/13304)
- Fix up the js frontend template by
[@​eerhardt](https://redirect.github.com/eerhardt) in
[#​13313](https://redirect.github.com/dotnet/aspire/pull/13313)
- Improve path validation for ExternalServiceResource to support reverse
proxy scenarios by
[@​sliekens](https://redirect.github.com/sliekens) in
[#​13036](https://redirect.github.com/dotnet/aspire/pull/13036)
- Fix pnpm Dockerfile generation by enabling pnpm via corepack by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13267](https://redirect.github.com/dotnet/aspire/pull/13267)
- Optimize MCP init by consolidating git lookups and eliminating
recursive searches by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13278](https://redirect.github.com/dotnet/aspire/pull/13278)
- Fix flaky test by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13328](https://redirect.github.com/dotnet/aspire/pull/13328)
- Add a builder pattern for resolving resource configuration by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​13221](https://redirect.github.com/dotnet/aspire/pull/13221)
- Merging changes from release/13.0 into main by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​13330](https://redirect.github.com/dotnet/aspire/pull/13330)
- Refactor job retrieval logic to implement manual pagination for
fetching failed jobs by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13327](https://redirect.github.com/dotnet/aspire/pull/13327)
- Update npm dependencies in playground apps and project templates by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​13333](https://redirect.github.com/dotnet/aspire/pull/13333)
- \[main] Update dependencies from microsoft/usvc-apiserver by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro)\[bot]
in [#​13322](https://redirect.github.com/dotnet/aspire/pull/13322)
- Set TargetPlatform to LinuxAmd64 in ContainerResourceBuilderExtensions
default options by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13335](https://redirect.github.com/dotnet/aspire/pull/13335)
- Dynamically augment existing Vite config to enable HTTPS endpoint at
run time by [@​danegsta](https://redirect.github.com/danegsta) in
[#​13196](https://redirect.github.com/dotnet/aspire/pull/13196)
- Fix `aspire mcp init` hanging in VSCode terminal on Windows by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13305](https://redirect.github.com/dotnet/aspire/pull/13305)
- Exclude .packages folder from Component Governance scanning by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​13338](https://redirect.github.com/dotnet/aspire/pull/13338)
- Address 2 remaining CG alerts. by
[@​joperezr](https://redirect.github.com/joperezr) in
[#​13339](https://redirect.github.com/dotnet/aspire/pull/13339)
- Add list\_integrations and get\_integration\_docs MCP tools to CLI by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13231](https://redirect.github.com/dotnet/aspire/pull/13231)
- Add Description property to all pipeline steps and show in diagnostics
output by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13310](https://redirect.github.com/dotnet/aspire/pull/13310)
- Fix broken links in contributing documentation by
[@​askpt](https://redirect.github.com/askpt) in
[#​13031](https://redirect.github.com/dotnet/aspire/pull/13031)
- Alternate API name proposal for server certificate API by
[@​danegsta](https://redirect.github.com/danegsta) in
[#​13340](https://redirect.github.com/dotnet/aspire/pull/13340)
- Add remarks to ApplyAzureFunctionsConfiguration method docstring by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13349](https://redirect.github.com/dotnet/aspire/pull/13349)
- \[tests] Fix preparing dotnet-tests for template and helix test runs
by [@​radical](https://redirect.github.com/radical) in
[#​13344](https://redirect.github.com/dotnet/aspire/pull/13344)
- Add documentation to AddAzureFunctionsProject about ACA deployment and
host storage by [@​Copilot](https://redirect.github.com/Copilot)
in [#​13351](https://redirect.github.com/dotnet/aspire/pull/13351)
- Encode connection properties and endpoints env var names by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[#​13009](https://redirect.github.com/dotnet/aspire/pull/13009)
- Add IFileSystemService abstraction for simplified temp file management
by [@​Copilot](https://redirect.github.com/Copilot) in
[#​13282](https://redirect.github.com/dotnet/aspire/pull/13282)
- Display resource endpoints for Docker Compose deploy by
[@​captainsafia](https://redirect.github.com/captainsafia) in
[#​13216](https://redirect.github.com/dotnet/aspire/pull/13216)
- Various fixes to aspire update by
[@​davidfowl](https://redirect.github.com/davidfowl) in
[#​13364](https://redirect.github.com/dotnet/aspire/pull/13364)
- Add automatic temp file tracking and cleanup to FileSystemService by
[@​Copilot](https://redirect.github.com/Copilot) in
[#​13361](https://redirect.gith
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ThorstenSauter/TShort).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiLk5FVCIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 7cb71df commit 1881f71
File tree
2 files changed
+8
-8
lines changed- src/TShort.AppHost
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments