Complete MSTest 4.4 and Platform 2.4 changelogs - #10478
Merged
Amaury Levé (Evangelink) merged 2 commits intoAug 6, 2026
Merged
Conversation
Document the important user-facing changes that landed after the 4.3.3/2.3.3 release, including new APIs, analyzers, runtime support, reporting, and reliability fixes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d06ce7e0-7961-4c5b-a21e-658b10a57bb6
Amaury Levé (Evangelink)
enabled auto-merge (squash)
August 6, 2026 11:53
Contributor
There was a problem hiding this comment.
Pull request overview
Completes the unreleased MSTest 4.4 and Microsoft.Testing.Platform 2.4 release notes.
Changes:
- Documents new MSTest APIs, analyzers, runtime support, and fixes.
- Documents Platform reporting, telemetry, artifact-processing, and reliability improvements.
- Updates Azure DevOps retry guidance and attribution.
Show a summary per file
| File | Description |
|---|---|
docs/Changelog.md |
Expands MSTest 4.4 release notes. |
docs/Changelog-Platform.md |
Expands Platform 2.4 release notes. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 7
- Review effort level: Balanced
Clarify analyzer code-fix coverage, CLI arguments, opt-in behavior, and MSBuild limitations. Correct the retry attribution and remove the non-product Azure DevOps entry. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d06ce7e0-7961-4c5b-a21e-658b10a57bb6
Contributor
There was a problem hiding this comment.
Review details
Suppressed comments (1)
docs/Changelog-Platform.md:19
- This overstates truncated-run support and omits one shipped merge engine. RFC 018 explicitly says the capability accepts an incomplete set of complete artifacts and does not recover partially written or malformed output; the built-in TRX processor also opts out. PR #9805 added JUnit alongside TRX and CTRF. Please describe the opt-in truncated-run capability precisely and include JUnit.
* Add artifact post-processing for `dotnet test`, including TRX and CTRF merge engines, artifact-kind metadata, partial-output recovery for truncated runs and provenance for every merged input, by @Evangelink in [#9805](https://github.com/microsoft/testfx/pull/9805), [#10086](https://github.com/microsoft/testfx/pull/10086), [#10445](https://github.com/microsoft/testfx/pull/10445) and [#10463](https://github.com/microsoft/testfx/pull/10463)
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
- Review effort level: Balanced
Petr Pokorny (0101)
approved these changes
Aug 6, 2026
Amaury Levé (Evangelink)
deleted the
dev/amauryleve/review-2-4-4-4-changelog
branch
August 6, 2026 12:05
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.
The unreleased MSTest 4.4 and Microsoft.Testing.Platform 2.4 changelogs omitted several important user-facing changes that landed during the release cycle.
This update fills those gaps across new public APIs and analyzers, WebAssembly and WinUI support, artifact post-processing, reporting and telemetry improvements, retry behavior, and notable reliability fixes. It also removes the now-stale Azure DevOps retry caveat after retry attempts became sub-results and adds missing attribution to the pipeline-reference entry.