Skip to content

Remove incorrect File Globbing link from --test-modules parameter docs#53687

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-file-globbing-expression-syntax
Draft

Remove incorrect File Globbing link from --test-modules parameter docs#53687
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-file-globbing-expression-syntax

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 12, 2026

The --test-modules description linked to the File globbing in .NET article, which covers how developers use the Microsoft.Extensions.FileSystemGlobbing library to parse glob patterns in code—not how dotnet test itself interprets the --test-modules expression. The link was misleading and didn't answer the actual user question.

Changes

  • docs/core/tools/dotnet-test-mtp.md: Removed the "For more information…" sentence and the link to the File Globbing article from the --test-modules parameter description. Also dropped the "in .NET" qualifier (only existed to support the removed link) and updated "will run" → "run" (present tense).

Copilot AI self-assigned this May 12, 2026
Copilot AI review requested due to automatic review settings May 12, 2026 17:25
Copilot AI review requested due to automatic review settings May 12, 2026 17:25
Copilot AI linked an issue May 12, 2026 that may be closed by this pull request
Copilot AI requested review from Copilot and removed request for Copilot May 12, 2026 17:27
Copilot AI changed the title [WIP] Fix missing file globbing expression syntax documentation Remove incorrect File Globbing link from --test-modules parameter docs May 12, 2026
Copilot AI requested a review from adegeo May 12, 2026 17:28
Copilot finished work on behalf of adegeo May 12, 2026 17:28
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.

file globbing expression syntax

2 participants