Remove redundant MTP VSTest integration page#52947
Merged
Conversation
Delete microsoft-testing-platform-integration-dotnet-test.md and migrate its content (Show failure per test, Show complete platform output) into unit-testing-with-dotnet-test.md. Update all inbound links and add redirect entry.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the redundant dotnet test integration article for Microsoft.Testing.Platform (MTP) and consolidates its key guidance into the main dotnet test documentation, while updating inbound links and adding redirects to preserve navigation.
Changes:
- Move “Show failure per test” and “Show complete platform output” guidance into
unit-testing-with-dotnet-test.md. - Update inbound links that previously pointed at the removed integration page.
- Add/update OpenPublishing redirects so old URLs resolve to the consolidated page.
Show a summary per file
| File | Description |
|---|---|
docs/core/testing/unit-testing-with-dotnet-test.md |
Adds the migrated “failure per test” and “complete platform output” sections under the dotnet test overview. |
docs/core/testing/unit-testing-nunit-runner-intro.md |
Updates the deep link for “show failure per test” to the consolidated dotnet test page. |
docs/core/testing/unit-testing-mstest-sdk.md |
Updates the IMPORTANT note link to point to the consolidated dotnet test page. |
docs/core/testing/unit-testing-mstest-running-tests.md |
Updates the deep link for “show failure per test” to the consolidated dotnet test page. |
docs/core/testing/microsoft-testing-platform-integration-dotnet-test.md |
Deletes the redundant page (content migrated elsewhere). |
docs/core/project-sdk/msbuild-props.md |
Updates “Show complete platform output” reference to point to the consolidated dotnet test page section. |
.openpublishing.redirection.core.json |
Adds/adjusts redirects so removed/renamed testing docs resolve to unit-testing-with-dotnet-test. |
Copilot's findings
- Files reviewed: 7/7 changed files
- Comments generated: 3
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.
Delete microsoft-testing-platform-integration-dotnet-test.md and migrate its content (Show failure per test, Show complete platform output) into unit-testing-with-dotnet-test.md. Update all inbound links and add redirect entry.
Summary
Replaces #52852
Internal previews