Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/Changelog-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

## <a name="2.2.3" />[2.2.3] - 2026-05-14

See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)

### Artifacts

* Microsoft.Testing.Platform: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Platform/2.2.3)
* Microsoft.Testing.Platform.MSBuild: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/2.2.3)
* Microsoft.Testing.Extensions.CrashDump: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/2.2.3)
* Microsoft.Testing.Extensions.HangDump: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/2.2.3)
* Microsoft.Testing.Extensions.HotReload: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/2.2.3)
* Microsoft.Testing.Extensions.Retry: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/2.2.3)
* Microsoft.Testing.Extensions.Telemetry: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/2.2.3)
* Microsoft.Testing.Extensions.TrxReport: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/2.2.3)
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/2.2.3)

## <a name="2.2.2" />[2.2.2] - 2026-04-30

See full log [of v4.2.1...v4.2.2](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
Expand Down
13 changes: 11 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

## <a name="4.2.3" />[4.2.3] - 2026-05-XX
## <a name="4.2.3" />[4.2.3] - 2026-05-14

See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)

### Fixed

* Fix log accumulation across DynamicData test invocations by @Evangelink in [#7925](https://github.com/microsoft/testfx/pull/7925)
Comment thread
Evangelink marked this conversation as resolved.
* Fix async TestInitialize/TestCleanup causing COMException in WinUI UITestMethod by @Copilot in [#8119](https://github.com/microsoft/testfx/pull/8119)

### Artifacts

* MSTest: [4.2.3](https://www.nuget.org/packages/MSTest/4.2.3)
* MSTest.TestFramework: [4.2.3](https://www.nuget.org/packages/MSTest.TestFramework/4.2.3)
* MSTest.TestAdapter: [4.2.3](https://www.nuget.org/packages/MSTest.TestAdapter/4.2.3)
* MSTest.Analyzers: [4.2.3](https://www.nuget.org/packages/MSTest.Analyzers/4.2.3)
* MSTest.Sdk: [4.2.3](https://www.nuget.org/packages/MSTest.Sdk/4.2.3)
* MSTest.SourceGeneration: [2.0.0-alpha.26228.3](https://www.nuget.org/packages/MSTest.SourceGeneration/2.0.0-alpha.26228.3)
* MSTest.Engine: [2.0.0-alpha.26228.3](https://www.nuget.org/packages/MSTest.Engine/2.0.0-alpha.26228.3)

## <a name="4.2.2" />[4.2.2] - 2026-04-30

See full log [of v4.2.1...v4.2.2](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
Expand Down
Loading