Add MTP migration to v0.3 roadmap - #80
Merged
Merged
Conversation
The .NET 10 SDK drops VSTest support in Microsoft.Testing.Platform 2.x, so the next test-framework major bump (Dependabot PR #77, closed) cannot land without a migration to MTP mode. Until it lands, the test-group Dependabot bumps will keep producing red PRs and we should ignore the major-version group on the affected packages. The migration is small: a 'test' section in global.json, a CI command update, an ADR. Adding it to v0.3 makes the next contributor's path explicit without needing a public tracker issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-line change to
ROADMAP.md: add the Microsoft Testing Platform migration to v0.3 with a short explanation.Context: Dependabot PR #77 (test-group major bump) was closed because the .NET 10 SDK's MTP 2.x drops VSTest support, and the bump pulls MTP 2.3.3 transitively. Until the migration lands, future Dependabot major-version bumps on
Microsoft.NET.Test.Sdk,xunit.v3,xunit.runner.visualstudio, andVerify.XunitV3will keep producing red PRs.The migration itself is the work:
global.json+ CI command update + ADR. The roadmap item is the call-out so the next contributor has a starting point.This is doc-only, no behaviour change. Smoke is the rest of the diff for context.