Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Aspire Community Toolkit from version 13.1.0 to 13.2.0-preview.1.26115.1, updating SDK references, package dependencies, and NuGet configuration to support the new preview release.
Changes:
- Upgraded Aspire.AppHost.Sdk from 13.1.0 to 13.2.0-preview.1.26115.1 across 60+ example and test AppHost projects
- Updated core Aspire package versions and related dependencies (ModelContextProtocol, DotNetExtensions)
- Enabled dotnet9 package source in nuget.config for preview package access
Reviewed changes
Copilot reviewed 54 out of 54 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Build.props | Updated AspireVersion to 13.2.0-preview.1.26115.1, cleared AspirePreviewSuffix, and updated DotNetExtensionsVersion to 10.0.2 |
| Directory.Packages.props | Updated package versions including ModelContextProtocol (0.4.0-preview.3), pinned Elasticsearch to 13.1.0 and Logging.Abstractions to 9.0.10 |
| nuget.config | Enabled dotnet9 package source for Aspire preview packages |
| CommunityToolkit.Aspire.slnx | Removed Type="Classic C#" attributes and added Solution Items folder with config files |
| .github/agents/hosting-integration-creator.agent.md | Standardized list formatting and updated example SDK version reference |
| tests/CommunityToolkit.Aspire.Testing/*.csproj | Updated to Aspire.AppHost.Sdk 13.2.0-preview.1.26115.1 |
| tests-app-hosts/Ollama.AppHost/*.csproj | Updated to Aspire.AppHost.Sdk 13.2.0-preview.1.26115.1 |
| examples/*/**.AppHost.csproj (59 files) | Updated to Aspire.AppHost.Sdk 13.2.0-preview.1.26115.1, except Python example which uses inconsistent version |
...g.Python.Extensions.AppHost/CommunityToolkit.Aspire.Hosting.Python.Extensions.AppHost.csproj
Outdated
Show resolved
Hide resolved
tommasodotNET
approved these changes
Feb 17, 2026
Harold-Morgan
approved these changes
Feb 26, 2026
This has likely been behaviour that we've always needed, but it hadn't been surfaced before 13.2 as there was not as much riggor in how the endpoint resolution was happening
The test fails with Run because it's trying to resolve the IOptions<DcpOptions> from the services list, which a) we don't provide an IServiceProvider and b) even if we did, we wouldn't have that type since we're not starting DCP (nor can we easily create the type as it's internal). Arguably the test behaviour isn't really changing so the flip isn't a problem, but still worth being aware of
This reverts commit be43bea.
Contributor
Minimum allowed line rate is |
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.
Closes #1126
Preparing for the aspire 13.2 release.
PR Checklist
Other information