[automated] Update man pages - #8
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
joeloff
pushed a commit
that referenced
this pull request
Aug 10, 2026
microsoft/testfx#10387 split TerminalTestReporter.Summary.cs into focused partials, adding Coverage, FlakyTests, SlowestTests and TestDiscovery. Upstream includes the folder with a glob, so nothing flagged the addition here and edits to those four files were invisible to the drift detector (microsoft/testfx#10390). Append the four paths to the dotnet-test-terminal-reporter entry, baselined at the split commit acb5bafaa2. They are appended rather than sorted in because the tracking-issue marker keys on the source index, and #7 (Summary) and #8 (TestCompletion) have open issues (dotnet#55472, dotnet#55473) that inserting would orphan. Those two keep their old baselines: their drift is real, unported feature work (retry/flaky accounting, in-process retry attribution), not just the move. Also bump source #0 (TerminalTestReporter.cs): the only upstream change since its baseline is a <remarks> comment describing upstream's partial layout, which needs no port into the SDK's single-file fork. Document both gotchas in eng/vendored-files.md. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3328d629-8443-45a7-8ee2-97d3ce23dee5
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.
This action is executed twice a month to automatically update the manpages based on the latest changes to the dotnet/docs repo