Skip to content

Conversation

@Evangelink
Copy link
Member

@Evangelink Evangelink commented Dec 2, 2025

@Evangelink Evangelink force-pushed the dev/amauryleve/dotnet-test branch from e41112a to 1e3d9d5 Compare December 29, 2025 16:34
@Evangelink Evangelink marked this pull request as ready for review December 29, 2025 16:35
@Evangelink Evangelink requested review from a team and meaghanlewis as code owners December 29, 2025 16:35
Copilot AI review requested due to automatic review settings December 29, 2025 16:35
Copy link
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

This PR splits the dotnet test documentation from a single page with tabs into separate pages for better clarity and navigation. The main dotnet-test.md file now serves as an overview that directs users to specific documentation for VSTest and Microsoft Testing Platform (MTP).

Key Changes

  • Restructured the main dotnet-test.md to provide an overview with guidance on choosing between test runners
  • Created dotnet-test-vstest.md containing comprehensive VSTest-specific documentation
  • Created dotnet-test-mtp.md containing Microsoft Testing Platform-specific documentation

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 11 comments.

File Description
docs/core/tools/dotnet-test.md Converted from comprehensive reference to overview page with test runner selection guidance
docs/core/tools/dotnet-test-vstest.md New file containing all VSTest-specific command-line options, examples, and documentation (applies to .NET 6 SDK and later)
docs/core/tools/dotnet-test-mtp.md New file containing all MTP-specific command-line options, examples, and documentation (applies to .NET 10 SDK and later)
docs/navigate/tools-diagnostics/toc.yml Updated table of contents to include the new sub-pages under dotnet test

@meaghanlewis meaghanlewis merged commit 1491cfa into main Jan 5, 2026
11 checks passed
@meaghanlewis meaghanlewis deleted the dev/amauryleve/dotnet-test branch January 5, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to improve dotnet test documentation page

3 participants