Sync dotnet test (VSTest) docs with microsoft/vstest repo#2
Closed
azat-msft wants to merge 1 commit into
Closed
Conversation
azat-msft
force-pushed
the
fix-dotnet-test-vstest-crossref
branch
from
July 14, 2026 20:05
b1e9669 to
34ee2ea
Compare
Cross-referenced docs/core/tools/dotnet-test-vstest.md against the microsoft/vstest /docs directory and fixed outdated/incomplete content: - Corrected the --filter property table (filter.md): xUnit uses Traits (not Category); NUnit adds TestCategory and Property; added a note on how traits/properties/categories map to filters. - Documented the --diag tracelevel sub-option and its allowed values (diagnose.md). - Documented TestRunParameters command-line support (since .NET 5 SDK) and RunSettings precedence (RunSettingsArguments.md). - Updated the RunSettingsArguments link from the archived Microsoft/vstest-docs repo to microsoft/vstest. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5857e78c-41dd-4f82-a41b-cbf1fe5f35cb
azat-msft
force-pushed
the
fix-dotnet-test-vstest-crossref
branch
from
July 14, 2026 20:20
34ee2ea to
0e0bee7
Compare
nohwnd
reviewed
Jul 15, 2026
azat-msft
added a commit
that referenced
this pull request
Jul 15, 2026
Fold complementary changes from #2 into this PR: --diag tracelevel sub-option, TestRunParameters command-line support with RunSettings precedence, corrected filter property table (xUnit Traits, NUnit TestCategory/Category/Property) with a trait/property mapping note, and the RunSettingsArguments repo link fix. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c46887ab-e194-4295-9afd-01a25c405c76
Owner
Author
|
Closing in favor of #1, which now folds in these VSTest cross-reference fixes (--diag tracelevel, TestRunParameters command-line support with RunSettings precedence, corrected filter property table with trait/property mapping note, and the RunSettingsArguments link fix) alongside the existing enrichment changes. |
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.
Thorough cross-reference of
docs/core/tools/dotnet-test-vstest.md(the VSTest content ofdotnet-test.md) against the microsoft/vstest/docsdirectory (main @f48a80f2c). Went option-by-option and fixed outdated/incomplete information.Content source breakdown
--filterproperty table + mapping notefilter.md--diagtracelevelsub-option + allowed valuesdiagnose.mdTestRunParameterscommand-line support + RunSettings precedenceRunSettingsArguments.mdMicrosoft/vstest-docs->microsoft/vstestDetails
filter.md:Category->Traits(xUnit filters on trait keys;Categoryis just a common trait name).TestCategoryandProperty(previously onlyName,Category,Priority).--diagtraceleveldocumented: you can append;tracelevel=<LEVEL>(off,error,warning,info,verbose; defaultverbose).TestRunParametersfrom the command line documented (available since the .NET 5 SDK), plus the note thatRunSettingsarguments take precedence over a.runsettingsfile.RunSettingsArgumentslink from the archivedMicrosoft/vstest-docsrepo to the currentmicrosoft/vstestrepo.ms.date.Other topics (Arguments, blame/crash-dump options,
--collect,--logger,-s|--settings, Examples) were compared againstconfigure.md,report.md,analyze.md, andenvironment-variables.mdand found accurate/consistent — no changes needed.Note
This PR was created with the assistance of AI (
ai-usage: ai-assisted, already present in the article).