[release/11.0.1xx] Reconcile MTP vendored source drift - #56254
Open
Evangelink wants to merge 3 commits into
Open
[release/11.0.1xx] Reconcile MTP vendored source drift#56254Evangelink wants to merge 3 commits into
Evangelink wants to merge 3 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Evangelink
enabled auto-merge (squash)
September 11, 2026 10:40
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Preserve Normal as the default output and update the help snapshot for the new option.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Lite
Findings: 1
New issues introduced by this change (2)
| Severity | Finding |
|---|---|
src/Cli/Microsoft.DotNet.Cli.Definitions/Commands/Test/OutputOptions.cs — Update the MTP help snapshot for Minimal |
|
src/Cli/Microsoft.DotNet.Cli.Definitions/Commands/Test/OutputOptions.cs — Minimal changes the omitted --output default |
What changed in this PR
Reconciles Microsoft.Testing.Platform vendored sources for the .NET 11 backport.
Changes:
- Adds output presets, visibility controls, and reporter formatting.
- Adds exit-code summaries and localization.
- Updates retry metadata IDs, vendored baselines, and focused tests.
| File | Summary |
|---|---|
test/dotnet.Tests/CommandTests/Test/TestCommandParserTests.cs |
Tests output preset parsing. |
test/dotnet.Tests/CommandTests/Test/TerminalTestReporterTests.cs |
Tests reporter behavior and exit descriptions. |
test/dotnet.Tests/CommandTests/Test/GivenDotnetTestBuildsAndRunsTests.cs |
Updates exit-summary assertions. |
src/Cli/Microsoft.DotNet.Cli.Definitions/Commands/Test/OutputOptions.cs |
Adds the Minimal output preset. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf |
Updates localized resources. |
src/Cli/dotnet/Commands/Test/MTP/Terminal/TerminalTestReporterOptions.cs |
Adds result visibility flags. |
src/Cli/dotnet/Commands/Test/MTP/Terminal/TerminalTestReporter.cs |
Applies visibility, coloring, and descriptions. |
src/Cli/dotnet/Commands/Test/MTP/MicrosoftTestingPlatformTestCommand.cs |
Maps output and forwarded options. |
src/Cli/dotnet/Commands/Test/MTP/IPC/ObjectFieldIds.cs |
Adds retry metadata field IDs. |
src/Cli/dotnet/Commands/Test/MTP/ExitCode.cs |
Adds known MTP exit codes. |
src/Cli/dotnet/Commands/CliCommandStrings.resx |
Adds exit-code resources. |
eng/vendored-files.json |
Advances vendored source baselines. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
0101
approved these changes
Sep 11, 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.


This is the .NET 11 backport of #56252 and #56165.
It brings the Microsoft.Testing.Platform vendored source reconciliation and retry orchestrator handshake to
release/11.0.1xx, including retry metadata field IDs, Minimal/output result visibility, skipped-count coloring, descriptive exit-code summaries, vendored baselines, localization, and focused tests. The retry handshake backport also resolves the remaining vendored constants drift for the Microsoft.Testing.Platform 2.4 preview shipped by this branch.Addresses #56104. A separate .NET 10 servicing change is still required before that issue can be closed.