Bump Aspire.Hosting.Testing from 13.5.0 to 13.5.1 - #625
Merged
Conversation
Kiryuumaru
approved these changes
Aug 21, 2026
Kiryuumaru
enabled auto-merge (squash)
August 21, 2026 19:25
dependabot
Bot
force-pushed
the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
from
August 21, 2026 19:31
0f9a7bd to
8e8ec68
Compare
Kiryuumaru
approved these changes
Aug 21, 2026
dependabot
Bot
force-pushed
the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
from
August 21, 2026 19:38
8e8ec68 to
f665cf7
Compare
Kiryuumaru
approved these changes
Aug 21, 2026
dependabot
Bot
force-pushed
the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
from
August 21, 2026 19:43
f665cf7 to
3676f9a
Compare
Kiryuumaru
approved these changes
Aug 21, 2026
dependabot
Bot
force-pushed
the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
from
August 21, 2026 19:53
3676f9a to
f4adcf1
Compare
Kiryuumaru
approved these changes
Aug 21, 2026
dependabot
Bot
force-pushed
the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
from
August 21, 2026 19:59
f4adcf1 to
53a7325
Compare
Kiryuumaru
approved these changes
Aug 21, 2026
--- updated-dependencies: - dependency-name: Aspire.Hosting.Testing dependency-version: 13.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
from
August 21, 2026 20:05
53a7325 to
bc35e21
Compare
Kiryuumaru
approved these changes
Aug 21, 2026
Kiryuumaru
deleted the
dependabot/nuget/RestfulHelpers.Test/RestfulHelpers.Test.UnitTest/master/Aspire.Hosting.Testing-13.5.1
branch
August 21, 2026 20:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Aspire.Hosting.Testing from 13.5.0 to 13.5.1.
Release notes
Sourced from Aspire.Hosting.Testing's releases.
13.5.1
What's New in Aspire 13.5.1
Patch release for Aspire 13.5 fixing a TypeScript/Java polyglot AppHost compatibility regression when running the 13.5 SDK under an older (13.4.x) CLI, plus a DCP update and release-pipeline housekeeping.
🐛 Fixes
🍎 Polyglot AppHosts could crash on startup on macOS — On macOS, polyglot (TypeScript/Python/Java/Go/Rust) AppHosts could crash during startup due to an interaction between how DCP's Go runtime forks detached processes and how .NET Native AOT installs its signal handlers. Updated DCP (Developer Control Plane) to 0.25.13 to resolve the crash. ([#19528]([release/13.5] [main] Update dependencies from microsoft/dcp microsoft/aspire#19528))
🔗 Polyglot AppHosts on the 13.5 SDK crashed under an older CLI with
MissingMethodException— A TypeScript or Java AppHost built with the 13.5 SDK failed to start when launched by an older (13.4.x) CLI, because the newer codegen calledAspire.TypeSystemmembers that don't exist in the CLI's older contract. Code generation now probes for these additive capabilities before using them, so older CLIs skip only the unsupported feature and startup succeeds. Regression introduced in 13.5 by #19365. Fixes #19503. ([#19524]([release/13.5] Preserve TypeSystem compatibility with older CLIs microsoft/aspire#19524), backport of #19506,@adamint)🏷️ Housekeeping
📦 Updated DCP (Developer Control Plane) to 0.25.13 ([#19528]([release/13.5] [main] Update dependencies from microsoft/dcp microsoft/aspire#19528))
🔧 Restored WinGet publication using .NET 9
wingetcreate([#19509]([release/13.5] fix(release): Restore WinGet publication with .NET 9 wingetcreate microsoft/aspire#19509))🧹 Removed the pipeline-scoped
Publish-Build-Assetsgroup from the release pipeline ([#19523]([release/13.5] Remove pipeline-scoped Publish-Build-Assets group microsoft/aspire#19523), [#19163](Remove Publish-Build-Assets variable group from release/13.5 microsoft/aspire#19163))🚀 Bumped branding to 13.5.1 ([#19531](Increment patch version from 0 to 1 microsoft/aspire#19531))
Full Changelog: [v13.5.0...v13.5.1](microsoft/aspire@v13.5.0...v13.5.1)
Full commit: [69db530a4816698cf1d5fa4557933e0ac4f127c6](microsoft/aspire@69db530)
Commits viewable in compare view.