Uh oh!
There was an error while loading. Please reload this page.
Update Aspire.Hosting.Testing to 13.5.2 - #10724
Conversation
--- updated-dependencies: - dependency-name: Aspire.Hosting.Testing dependency-version: 13.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Keep the SDK template property synchronized with the centrally managed Aspire.Hosting.Testing package version. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Expert Review Summary
Scope: Dependency version bump of Aspire.Hosting.Testing from 13.4.6 → 13.5.2.
Findings: No issues. Both the AspireHostingTestingVersion property and the PackageVersion item are updated in lockstep, which is exactly what the _ValidateBundledSdkFeatureVersions target enforces. The change is mechanical and correct.
No blocking concerns across any of the 22 review dimensions applicable to this diff.
🧵 Parallel-safety audit — PR #10724Nothing audited here touches process-global state, shared filesystem paths, or This PR only bumps Re-run with
|
There was a problem hiding this comment.
Pull request overview
Updates the bundled Aspire testing dependency while preserving version synchronization.
Changes:
- Bumps
Aspire.Hosting.Testingfrom 13.4.6 to 13.5.2. - Synchronizes the MSTest.Sdk template version property.
Show a summary per file
| File | Description |
|---|---|
Directory.Packages.props | Updates both Aspire version declarations to 13.5.2. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
Uh oh!
There was an error while loading. Please reload this page.
Updates
Aspire.Hosting.Testingto 13.5.2 and keeps theAspireHostingTestingVersionproperty synchronized so the bundled MSTest.Sdk template uses the same version.The previous one-sided package bump triggered
_ValidateBundledSdkFeatureVersionsacross every CI build leg. This change updates both version declarations together.