Skip to content

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Testing.Extensions.CodeCoverage nuget minor 18.1.0 β†’ 18.3.1

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings January 5, 2026 12:14
@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Jan 5, 2026
@thomhurst thomhurst enabled auto-merge (squash) January 5, 2026 12:14
@thomhurst
Copy link
Owner Author

Summary

This PR updates the Microsoft.Testing.Extensions.CodeCoverage package from version 18.1.0 to 18.3.1.

Critical Issues

None found βœ…

This is a straightforward dependency version bump in the Directory.Packages.props file. The change:

  • Updates only one package version
  • Does not modify any code
  • Does not touch source generators, reflection code, public APIs, or hot paths
  • Does not introduce any VSTest dependencies (the package is part of Microsoft.Testing.Platform ecosystem)
  • Does not require snapshot test updates

Verdict

βœ… APPROVE - No critical issues

This is a routine dependency update that doesn't violate any TUnit rules. The updated package is part of the Microsoft.Testing.Platform (not VSTest), which aligns with TUnit's critical rule #3.

Copy link

Copilot AI left a 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 is an automated dependency update PR generated by Renovate Bot that updates Microsoft.Testing.Extensions.CodeCoverage from version 18.1.0 to 18.3.1. This is a minor version update that should include new features and bug fixes while maintaining backward compatibility according to semantic versioning.

Key Changes

  • Minor version bump for Microsoft.Testing.Extensions.CodeCoverage from 18.1.0 to 18.3.1
  • The package is used in the TUnit main library and TUnit.TestProject for code coverage reporting during testing

<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.1.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.3.1" />
Copy link

Copilot AI Jan 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version 18.3.1 for Microsoft.Testing.Extensions.CodeCoverage appears to be significantly out of alignment with other Microsoft.Testing packages in this file:

  • Microsoft.Testing.Extensions.CodeCoverage: 18.3.1 (being updated)
  • Microsoft.Testing.Extensions.CrashDump: 2.0.2
  • Microsoft.Testing.Extensions.HangDump: 2.0.2
  • Microsoft.Testing.Extensions.Telemetry: 2.0.2
  • Microsoft.Testing.Extensions.TrxReport: 2.0.2
  • Microsoft.Testing.Platform: 2.0.2
  • Microsoft.Testing.Platform.MSBuild: 2.0.2

This significant version disparity (18.x vs 2.x) suggests potential compatibility concerns. Microsoft.Testing.Extensions.CodeCoverage follows a different versioning scheme than the other Microsoft.Testing packages, which could lead to runtime compatibility issues or unexpected behavior. Please verify that this version is compatible with Microsoft.Testing.Platform 2.0.2 and the other Microsoft.Testing.Extensions packages at version 2.0.2.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants