Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<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.
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.0.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="2.0.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.Telemetry" Version="2.0.2" />
Expand Down
Loading