Skip to content

Fix copying immutable#15418

Merged
nohwnd merged 1 commit intomicrosoft:mainfrom
nohwnd:fix-immutable
Feb 24, 2026
Merged

Fix copying immutable#15418
nohwnd merged 1 commit intomicrosoft:mainfrom
nohwnd:fix-immutable

Conversation

@nohwnd
Copy link
Copy Markdown
Member

@nohwnd nohwnd commented Feb 24, 2026

Description

Moving up the VsixSourceItem definitions.

The files copied into the vsix are depending on the order of the VsixSourceItem items, the first one is the one that is taken, you can see the final output in the file produced by GenerateTemplatesManifest target, in the S:\p\vstest\artifacts\obj\Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI\Debug\net48\files.json file. There previously we took the System.Collections.Immutable file from testhost and not from testplatform as the packaging says. Always copying version 8.0.0 rather than 9.0.0.

This fix is far from ideal, but I checked the output files, and compared them to the previous version of the vsix, and only system.collections.immutable differs in version.

Related issue

Kindly link any related issues. E.g. Fixes #xyz.

  • I have ensured that there is a previously discussed and approved issue.

@nohwnd nohwnd merged commit ac07902 into microsoft:main Feb 24, 2026
3 of 5 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.

1 participant