Conversation
There was a problem hiding this comment.
Code Review: chore(deps): update aspire to 13.2.2
This is a Renovate Bot dependency update bumping Aspire.AppHost.Sdk and Aspire.Hosting.AppHost from 13.2.1 → 13.2.2 (patch release).
Assessment: ✅ Looks good
The changes are consistent and correct:
Directory.Packages.props— Central version pin forAspire.Hosting.AppHostupdated.TUnit.Aspire.Tests.AppHost/TUnit.Aspire.Tests.AppHost.csproj— SDK version updated.TUnit.Templates/.../ExampleNamespace.AppHost.csproj— Both the SDK reference and thePackageReferenceupdated together (important — these must stay in sync).examples/CloudShop/CloudShop.AppHost/CloudShop.AppHost.csproj— SDK version updated.
One observation worth noting
In TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.AppHost/ExampleNamespace.AppHost.csproj, Aspire.Hosting.AppHost is referenced directly as a PackageReference at version 13.2.2, while Aspire.Hosting.Redis stays at 13.2.1. This is fine since this is a template project (not governed by Directory.Packages.props), but it's worth keeping an eye on version consistency across Aspire packages in templates to avoid subtle mismatches in generated projects.
No concerns with this patch update — safe to merge.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
1f7f0b0 to
9e28272
Compare
There was a problem hiding this comment.
Code Review: chore(deps): update aspire to 13.2.2
This is a Renovate Bot patch update bumping all Aspire packages from 13.2.1 → 13.2.2.
Assessment: ✅ Looks good — safe to merge
The diff touches 9 packages across 7 files, and all updates are consistent:
| File | Updated |
|---|---|
Directory.Packages.props |
Aspire.Hosting.AppHost, Aspire.Hosting.Testing |
TUnit.Aspire.Tests.AppHost.csproj |
Aspire.AppHost.Sdk (SDK ref) |
ExampleNamespace.AppHost.csproj |
Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, Aspire.Hosting.Redis |
ExampleNamespace.WebApp.csproj |
Aspire.StackExchange.Redis.OutputCaching |
CloudShop.ApiService.csproj |
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Aspire.StackExchange.Redis |
CloudShop.AppHost.csproj |
Aspire.AppHost.Sdk, Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ |
CloudShop.Worker.csproj |
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL |
Follow-up on previous review
The prior review flagged that Aspire.Hosting.Redis in the template project might have been left at 13.2.1 — this was incorrect. The current diff confirms both Aspire.Hosting.AppHost and Aspire.Hosting.Redis are updated to 13.2.2 in that template file. No version inconsistencies exist.
No concerns. Matches all 9 packages listed in the PR description.
9e28272 to
9b20b00
Compare
There was a problem hiding this comment.
Code Review: chore(deps): update aspire to 13.2.2
This is a Renovate Bot patch update bumping all Aspire packages from 13.2.1 → 13.2.2.
Assessment: ✅ No issues — safe to merge
Previous review follow-up
Two prior reviews were posted for this PR. All concerns raised (version consistency in template projects) have been addressed — the current diff confirms all 9 Aspire packages are updated uniformly to 13.2.2 with no stragglers.
Change summary
| File | Packages updated |
|---|---|
Directory.Packages.props |
Aspire.Hosting.AppHost, Aspire.Hosting.Testing |
TUnit.Aspire.Tests.AppHost.csproj |
Aspire.AppHost.Sdk (SDK ref) |
ExampleNamespace.AppHost.csproj |
Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, Aspire.Hosting.Redis |
ExampleNamespace.WebApp.csproj |
Aspire.StackExchange.Redis.OutputCaching |
CloudShop.ApiService.csproj |
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Aspire.StackExchange.Redis |
CloudShop.AppHost.csproj |
Aspire.AppHost.Sdk, Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ |
CloudShop.Worker.csproj |
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL |
All 9 packages listed in the PR description are accounted for. The update is a patch release and carries low risk. No action needed.
9b20b00 to
a1d8228
Compare
There was a problem hiding this comment.
Code Review: chore(deps): update aspire to 13.2.2
This is a Renovate Bot patch update bumping all Aspire packages from 13.2.1 → 13.2.2.
Assessment: No issues — safe to merge
Change summary
All 9 packages listed in the PR description are updated uniformly across 7 files:
| File | Packages updated |
|---|---|
Directory.Packages.props |
Aspire.Hosting.AppHost, Aspire.Hosting.Testing |
TUnit.Aspire.Tests.AppHost.csproj |
Aspire.AppHost.Sdk (SDK ref) |
ExampleNamespace.AppHost.csproj |
Aspire.AppHost.Sdk, Aspire.Hosting.AppHost, Aspire.Hosting.Redis |
ExampleNamespace.WebApp.csproj |
Aspire.StackExchange.Redis.OutputCaching |
CloudShop.ApiService.csproj |
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL, Aspire.StackExchange.Redis |
CloudShop.AppHost.csproj |
Aspire.AppHost.Sdk, Aspire.Hosting.PostgreSQL, Aspire.Hosting.Redis, Aspire.Hosting.RabbitMQ |
CloudShop.Worker.csproj |
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL |
Notes
- Patch release with targeted bug fixes (SqlClient on Unix, IDE execution regressions, npm version parsing, dev cert improvements) — low risk, all positive changes.
- Version consistency is maintained: no packages left on
13.2.1. - Previous review concerns about template project version consistency have been fully addressed in this diff.
No action needed.
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.30.0 to 1.30.8. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.30.8 <!-- Release notes generated using configuration in .github/release.yml at v1.30.8 --> ## What's Changed ### Other Changes * feat(mocks): migrate to T.Mock() extension syntax by @thomhurst in thomhurst/TUnit#5472 * feat: split TUnit.AspNetCore into Core + meta package by @thomhurst in thomhurst/TUnit#5474 * feat: add async Member() overloads for Task-returning member selectors by @thomhurst in thomhurst/TUnit#5475 ### Dependencies * chore(deps): update aspire to 13.2.2 by @thomhurst in thomhurst/TUnit#5464 * chore(deps): update dependency polyfill to 10.1.1 by @thomhurst in thomhurst/TUnit#5468 * chore(deps): update dependency polyfill to 10.1.1 by @thomhurst in thomhurst/TUnit#5467 * chore(deps): update tunit to 1.30.0 by @thomhurst in thomhurst/TUnit#5469 * chore(deps): update dependency microsoft.playwright to 1.59.0 by @thomhurst in thomhurst/TUnit#5473 **Full Changelog**: thomhurst/TUnit@v1.30.0...v1.30.8 Commits viewable in [compare view](thomhurst/TUnit@v1.30.0...v1.30.8). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR contains the following updates:
13.2.1→13.2.213.2.1→13.2.213.2.1→13.2.213.2.1→13.2.213.2.1→13.2.213.2.1→13.2.213.2.1→13.2.213.2.1→13.2.213.2.1→13.2.2Release Notes
microsoft/aspire (Aspire.AppHost.Sdk)
v13.2.2: Aspire 13.2.2This is a servicing release focused on bug fixes and platform improvements.
🐛 Bug Fixes
13.2 regressions impacting IDE-based execution (#15714)
🔒 Security & Certificates
🏗️ Infrastructure & Platform
0.22.11 (#15713)
💻 CLI Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.