-
-
Notifications
You must be signed in to change notification settings - Fork 108
Downgrade Microsoft.Testing.Extensions.CodeCoverage version to 18.1.0 #4253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest version seems to be crashing test suites with broken pipe errors
SummaryDowngrades Microsoft.Testing.Extensions.CodeCoverage from 18.3.1 to 18.1.0 to fix broken pipe errors. Critical IssuesNone found ✅ This is a straightforward dependency downgrade to resolve runtime crashes. The change:
Verdict✅ APPROVE - No critical issues The downgrade is a practical fix for a blocking runtime issue. Once the upstream bug is resolved, this can be reverted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR downgrades the Microsoft.Testing.Extensions.CodeCoverage package from version 18.3.1 to 18.1.0 to address broken pipe errors that have been occurring in test suites with the latest version.
Key Changes:
- Downgraded Microsoft.Testing.Extensions.CodeCoverage from 18.3.1 to 18.1.0 in centralized package management
| <PackageVersion Include="Microsoft.Playwright" Version="1.57.0" /> | ||
| <PackageVersion Include="Microsoft.TemplateEngine.Authoring.TemplateVerifier" Version="10.0.101" /> | ||
| <PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.3.1" /> | ||
| <PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.1.0" /> |
Copilot
AI
Jan 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version numbering for Microsoft.Testing.Extensions.CodeCoverage (18.1.0) differs significantly from other Microsoft.Testing.Extensions packages (2.0.2). This suggests CodeCoverage may follow a different versioning scheme. Consider verifying that version 18.1.0 is compatible with Microsoft.Testing.Platform version 2.0.2, as package version mismatches could cause integration issues.
| <PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.1.0" /> | |
| <PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="2.0.2" /> |
SummaryDowngrades Microsoft.Testing.Extensions.CodeCoverage from 18.3.1 to 18.1.0 to fix broken pipe crashes, and adds --coverage and --report-trx arguments to pipeline test modules. Critical IssuesNone found ✅ SuggestionsConsider documenting the version issue: Since this is a workaround for a broken upstream package version, consider adding a comment in Verify test coverage reporting works: The addition of Verdict✅ APPROVE - No critical issues The downgrade is a pragmatic fix for a blocking issue. The changes are minimal and low-risk. |
The latest version seems to be crashing test suites with broken pipe errors