Document new dotnet test MTP command-line options#51458
Merged
meaghanlewis merged 4 commits intomainfrom Feb 4, 2026
Merged
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Revise command-line documentation for dotnet test
Document new dotnet test MTP command-line options
Feb 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents four new command-line options for dotnet test with Microsoft.Testing.Platform that were previously undocumented in the SDK. The changes ensure the .NET 10 SDK documentation reflects the latest CLI capabilities.
Changes:
- Added documentation for
--config-file,--results-directory,--diagnostic-output-directory, and--minimum-expected-testsoptions - Updated the command synopsis to include the new options in logical order
- Added usage examples demonstrating three of the four new options
gewarren
approved these changes
Feb 4, 2026
Youssef1313
reviewed
Feb 4, 2026
Youssef1313
reviewed
Feb 4, 2026
Youssef1313
approved these changes
Feb 4, 2026
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.
SDK added four new command-line options for
dotnet testwith Microsoft.Testing.Platform that were undocumented.Changes
Added option documentation:
--config-file: Configuration file path for test execution--results-directory: Test results output directory (auto-created, supports relative paths)--diagnostic-output-directory: Diagnostic output directory (auto-created, supports relative paths)--minimum-expected-tests: Minimum test count enforcement (fails with exit code 9 if unmet)Updated synopsis with new options in correct order
Added examples demonstrating new options:
All options note that relative paths are converted to absolute paths based on current directory.
References
Implemented in:
Original prompt
dotnet testfor Microsoft.Testing.Platform: revise command-line documentation #48209✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews