From b1650812289fb27da8600aa8b12fed6c77910970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Fri, 19 Jun 2026 09:35:20 +0200 Subject: [PATCH] docs: add missing 4.3.0/2.3.0 changelog entries for #9182, #9192, #9195, #9212 Add missing changelog entries for features/fixes merged since the last report (June 17, 2026): MSTest changelog (4.3.0): - #9195: Remove redundant 'actual type:' line from Assert.Throws* failure message - #9212: Include full exception (stack trace + inner exceptions) in Assert.Throws* failure messages Platform changelog (2.3.0): - #9182: Add Azure DevOps history-driven slow-test threshold enricher - #9192: Fix --list-tests json output under --server mode (stream to SDK) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/Changelog-Platform.md | 2 ++ docs/Changelog.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md index 0d16519903..736ed140a3 100644 --- a/docs/Changelog-Platform.md +++ b/docs/Changelog-Platform.md @@ -34,6 +34,7 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4 * Add --progress {auto|on|off} and deprecate --no-progress in MTP terminal reporter by @Evangelink in [#9145](https://github.com/microsoft/testfx/pull/9145) * Add silence-driven progress heartbeat for SimpleAnsi/NoAnsi output modes by @Evangelink in [#9147](https://github.com/microsoft/testfx/pull/9147) * Add Azure DevOps per-assembly log groups by @Evangelink in [#9177](https://github.com/microsoft/testfx/pull/9177) +* Add Azure DevOps history-driven slow-test threshold enricher by @Evangelink in [#9182](https://github.com/microsoft/testfx/pull/9182) * Handshake from the test host orchestrator in the dotnet test pipe protocol, advertising the orchestration feature (e.g. retry) by @Copilot in [#9215](https://github.com/microsoft/testfx/pull/9215) ### Fixed @@ -70,6 +71,7 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4 * Flag bootstrap-only CLI options when set in testconfig.json by @Evangelink in [#9055](https://github.com/microsoft/testfx/pull/9055) * Fix report file-name collision between net8.0 and net8.0-windows builds by @Evangelink in [#9121](https://github.com/microsoft/testfx/pull/9121) * Harden report TFM resolution for custom/non-OS platforms (browserwasm) by @Evangelink in [#9137](https://github.com/microsoft/testfx/pull/9137) +* Fix --list-tests json output under --server mode by streaming discovered tests to the SDK over the dotnet-test pipe by @Evangelink in [#9192](https://github.com/microsoft/testfx/pull/9192) ## [2.2.3] - 2026-05-14 diff --git a/docs/Changelog.md b/docs/Changelog.md index 29495a314f..8ab7d40842 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -45,6 +45,8 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4 * Render BCL values with full precision in assertion failure messages by @Evangelink in [#8964](https://github.com/microsoft/testfx/pull/8964) * Apply DebuggerDisableUserUnhandledExceptionsAttribute to Assert.Throws helpers by @Evangelink in [#9041](https://github.com/microsoft/testfx/pull/9041) * Flag `Assert.AreEqual(x, x)` / `AreSame(x, x)` / `AreNotEqual(x, x)` / `AreNotSame(x, x)` by @Evangelink in [#9088](https://github.com/microsoft/testfx/pull/9088) +* Remove redundant `actual type:` line from Assert.Throws\* failure message by @Evangelink in [#9195](https://github.com/microsoft/testfx/pull/9195) +* Include full exception (stack trace + inner exceptions) in Assert.Throws\* failure messages by @Evangelink in [#9212](https://github.com/microsoft/testfx/pull/9212) ## [4.2.3] - 2026-05-14