Complete MSTest 4.4 and Platform 2.4 changelogs - #10742
Merged
Amaury Levé (Evangelink) merged 1 commit intoAug 25, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: fc14aba1-535f-404f-b2c2-56475e3ace7c
Amaury Levé (Evangelink)
enabled auto-merge (squash)
August 25, 2026 15:51
Petr Pokorny (0101)
approved these changes
Aug 25, 2026
Amaury Levé (Evangelink)
deleted the
dev/amauryleve/update-release-changelogs
branch
August 25, 2026 15:56
Contributor
There was a problem hiding this comment.
Pull request overview
Completes unreleased MSTest 4.4 and Platform 2.4 release notes.
Changes:
- Documents new analyzers, APIs, packaging, and performance improvements.
- Expands reporting, retry, AppContainer, and server-mode entries.
- Adds recent correctness fixes.
Show a summary per file
| File | Description |
|---|---|
docs/Changelog.md |
Expands MSTest 4.4 notes. |
docs/Changelog-Platform.md |
Expands Platform 2.4 notes. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
| * Make MSTest's Microsoft.Testing.Platform path native-only: `MSTest.TestAdapter` no longer depends on `Microsoft.Testing.Extensions.VSTestBridge` and now references `Microsoft.Testing.Extensions.TrxReport.Abstractions`, `Microsoft.Testing.Extensions.Telemetry`, and `Microsoft.TestPlatform.ObjectModel` directly by @Evangelink in [#9755](https://github.com/microsoft/testfx/pull/9755) | ||
| * Make `DynamicData` and reflection-free source-generation metadata safer under trimming and Native AOT, reducing trim warnings and retaining the members needed for discovery and execution by @Evangelink in [#9832](https://github.com/microsoft/testfx/pull/9832), [#9861](https://github.com/microsoft/testfx/pull/9861) and [#10136](https://github.com/microsoft/testfx/pull/10136) | ||
| * Clarify the `[Retry]` documentation that a data-driven attempt continues retrying while any row failed or timed out; an inconclusive row only stops retrying when no sibling row in that attempt failed or timed out, by @Evangelink in [#9936](https://github.com/microsoft/testfx/pull/9936) | ||
| * Graduate `MSTest.SourceGeneration` from its independently versioned alpha line so it ships at the MSTest version. Non-NativeAOT MSTest.Sdk projects can opt in with `<EnableMSTestSourceGeneration>true</EnableMSTestSourceGeneration>`, by @Evangelink in [#10477](https://github.com/microsoft/testfx/pull/10477) |
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 were missing user-facing changes merged after their previous audit.
This update reconciles the release range and documents the remaining analyzers, source-generation and packaging changes, performance improvements, server-mode and AppContainer support, report aggregation, CI summary options, retry behavior, hierarchical configuration APIs, and correctness fixes. It also expands existing entries where later work completed HTML artifact consolidation and AppContainer execution support.
Related issue: N/A