Skip to content

Update Microsoft.VisualStudio.QualityTools to version with symbols#15646

Merged
nohwnd merged 1 commit intomicrosoft:mainfrom
nohwnd:update-qualitytools-symbols
Apr 9, 2026
Merged

Update Microsoft.VisualStudio.QualityTools to version with symbols#15646
nohwnd merged 1 commit intomicrosoft:mainfrom
nohwnd:update-qualitytools-symbols

Conversation

@nohwnd
Copy link
Copy Markdown
Member

@nohwnd nohwnd commented Apr 8, 2026

Bump TestPlatformExternalsVersion from 18.0.0-preview-1-10911-061 to 18.2.0-preview-1-11429-120, which is the newest version that has symbols archived on the Microsoft symbol server.

This enables debuggers to download PDBs for Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll on demand, resolving the missing symbols issue for C++ / native test debugging.

Copilot AI review requested due to automatic review settings April 8, 2026 13:49
Copy link
Copy Markdown
Contributor

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

Note

Copilot was unable to run its full agentic suite in this review.

Updates the test platform externals dependency to a newer preview build that has PDB symbols available on the Microsoft symbol server, enabling on-demand symbol loading for Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll during native/C++ test debugging.

Changes:

  • Bumped TestPlatformExternalsVersion from 18.0.0-preview-1-10911-061 to 18.2.0-preview-1-11430-068.

Bump TestPlatformExternalsVersion from 18.0.0-preview-1-10911-061 to
18.2.0-preview-1-11429-120, which is the newest version that has symbols
archived on the Microsoft symbol server. This enables debuggers to
download PDBs for UnitTestFramework.dll on demand.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@nohwnd nohwnd force-pushed the update-qualitytools-symbols branch from 2fd5895 to b1e9299 Compare April 8, 2026 14:51
Copilot AI review requested due to automatic review settings April 8, 2026 14:51
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

<SystemMemoryVersion>4.5.5</SystemMemoryVersion>
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
<TestPlatformExternalsVersion>18.0.0-preview-1-10911-061</TestPlatformExternalsVersion>
<TestPlatformExternalsVersion>18.2.0-preview-1-11429-120</TestPlatformExternalsVersion>
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

PR description says TestPlatformExternalsVersion is being bumped to 18.2.0-preview-1-11430-068, but the actual value set here is 18.2.0-preview-1-11429-120. Please align the PR description (and/or this value) so reviewers know which build is intended.

Also note this property is used for multiple packages (e.g. Microsoft.Internal.Intellitrace, Microsoft.Internal.Intellitrace.Extensions, and Microsoft.VisualStudio.QualityTools in src/package/Microsoft.TestPlatform/Microsoft.TestPlatform.csproj, plus Microsoft.Internal.TestPlatform.Extensions in the E2E sample), so this change bumps more than just Microsoft.VisualStudio.QualityTools. If that’s intended, consider reflecting the broader scope in the PR title/description.

Copilot uses AI. Check for mistakes.
@nohwnd nohwnd merged commit 602a4dc into microsoft:main Apr 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants