.NET: chore: updates Microsoft owned testing dependencies - #8167
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward, centrally-scoped test dependency version update with no additional behavioral code modifications.
Pull request overview
This PR updates centrally-managed .NET test dependency versions in dotnet/Directory.Packages.props to prepare the repository for upcoming dependency upgrades.
Changes:
- Bump
Microsoft.NET.Test.Sdkfrom18.0.0to18.9.0. - Bump
Microsoft.Testing.Extensions.CodeCoveragefrom18.4.1to18.11.0.
File summaries
| File | Description |
|---|---|
| dotnet/Directory.Packages.props | Updates shared versions for core .NET test SDK and code coverage tooling. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
MAF Automated Review — Iteration 1
Result: No findings
Scope: full PR (1 commit(s)): f0073d3ec8cd
Model: gpt-5.6-sol-fast
Overview
This PR updates the centrally managed Microsoft test SDK and code-coverage extension while preserving the repository's existing xUnit v3 and Microsoft Testing Platform configuration. Common test props apply both packages consistently, and CI restores, builds, runs representative target frameworks, exercises coverage output, and enforces the coverage threshold. No publishable defect was established.
Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.
Code Coverage OverviewLanguages: C# C# / code-coverage/dotnetThe overall line coverage in commit b9df6ac in the Show a line coverage summary of the most covered files.
Updated |
f0073d3 to
b9df6ac
Compare
Updates testing deps in preparation for additional upgrades