Skip to content

Complete MSTest 4.4 and Platform 2.4 changelogs - #10742

Merged
Amaury Levé (Evangelink) merged 1 commit into
mainfrom
dev/amauryleve/update-release-changelogs
Aug 25, 2026
Merged

Complete MSTest 4.4 and Platform 2.4 changelogs#10742
Amaury Levé (Evangelink) merged 1 commit into
mainfrom
dev/amauryleve/update-release-changelogs

Conversation

@Evangelink

Copy link
Copy Markdown
Member

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

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: fc14aba1-535f-404f-b2c2-56475e3ace7c
Copilot AI balanced review requested due to automatic review settings August 25, 2026 15:49
@Evangelink Amaury Levé (Evangelink) added the state/needs-review Awaiting review from the team. label Aug 25, 2026
@Evangelink
Amaury Levé (Evangelink) enabled auto-merge (squash) August 25, 2026 15:51
@Evangelink
Amaury Levé (Evangelink) merged commit 3986221 into main Aug 25, 2026
19 checks passed
@Evangelink
Amaury Levé (Evangelink) deleted the dev/amauryleve/update-release-changelogs branch August 25, 2026 15:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread docs/Changelog.md
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state/needs-review Awaiting review from the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants