Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Changelog for 3.8.3 #5254

Merged
merged 2 commits into from
Mar 17, 2025
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
29 changes: 29 additions & 0 deletions docs/Changelog-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ 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="1.6.3" />[1.6.3] - 2025-03-17

See full log [here](https://github.com/microsoft/testfx/compare/v3.8.2...v3.8.3)

### Fixed

* Fix typo in determining `_TestArchitecture` by @Youssef1313 in [#5115](https://github.com/microsoft/testfx/pull/5115)
* Update InvokeTestingPlatformTask to prefer running Exe over `dotnet exec dll` by @Youssef1313 in [#5128](https://github.com/microsoft/testfx/pull/5128)
* Fix serializing special characters in Jsonite by @nohwnd in [#5125](https://github.com/microsoft/testfx/pull/5125)
* Fix TestingPlatformSelfRegisteredExtensions to allow empty RootNamespace by @Youssef1313 in [#5162](https://github.com/microsoft/testfx/pull/5162)
* Fix possible deadlock when writing to console by @Youssef1313 in [#5183](https://github.com/microsoft/testfx/pull/5183)
* Consider `--results-directory` before configuration by @Youssef1313 in [#5204](https://github.com/microsoft/testfx/pull/5204)
* Refactor MSBuild props/targets by @Youssef1313 in [#5219](https://github.com/microsoft/testfx/pull/5219)
* Move logic relevant to core MTP out of MTP.MSBuild by @Youssef1313 in [#5223](https://github.com/microsoft/testfx/pull/5223)
* Add assembly name to test run summary by @nohwnd in [#5247](https://github.com/microsoft/testfx/pull/5247)

### Artifacts

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

## <a name="1.6.2" />[1.6.2] - 2025-02-19

See full log [here](https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2)
Expand Down
27 changes: 27 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ 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="3.8.3" />[3.8.3] - 2025-03-17

See full log [here](https://github.com/microsoft/testfx/compare/v3.8.2...v3.8.3)

### Fixed

* Fix discard handling for newer Assert.Throws codefix by @Youssef1313 in [#5118](https://github.com/microsoft/testfx/pull/5118)
* Fix `parallelism:enabled` incorrectly setting `OrderTestsByNameInClass` by @Youssef1313 in [#5114](https://github.com/microsoft/testfx/pull/5114)
* Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter in both build and buildTransitive by @Youssef1313 in [#5221](https://github.com/microsoft/testfx/pull/5221)
* Fix TestFailedException outcome not propagating to TestResult outcome by @Youssef1313 in [#5244](https://github.com/microsoft/testfx/pull/5244)
* Remove extra space by @nohwnd in [#5252](https://github.com/microsoft/testfx/pull/5252)

### Artifacts

* MSTest: [3.8.3](https://www.nuget.org/packages/MSTest/3.8.3)
* MSTest.TestFramework: [3.8.3](https://www.nuget.org/packages/MSTest.TestFramework/3.8.3)
* MSTest.TestAdapter: [3.8.3](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.3)
* MSTest.Analyzers: [3.8.3](https://www.nuget.org/packages/MSTest.Analyzers/3.8.3)
* MSTest.Sdk: [3.8.3](https://www.nuget.org/packages/MSTest.Sdk/3.8.3)
* Microsoft.Testing.Extensions.CrashDump: [1.6.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.3)
* Microsoft.Testing.Extensions.HangDump: [1.6.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.3)
* Microsoft.Testing.Extensions.HotReload: [1.6.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.3)
* Microsoft.Testing.Extensions.Retry: [1.6.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.3)
* Microsoft.Testing.Extensions.TrxReport: [1.6.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.3)
* MSTest.SourceGeneration: [1.0.0-alpha.25167.5](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25167.5)
* MSTest.Engine: [1.0.0-alpha.25167.5](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25167.5)

## <a name="3.8.2" />[3.8.2] - 2025-02-19

See full log [here](https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2)
Expand Down
Loading