Skip to content

Commit 4dc9eeb

Browse files
authored
Update Changelog for MSTest 3.8.1 and MTP 1.6.1 (#5059)
1 parent fc63e5d commit 4dc9eeb

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

docs/Changelog-Platform.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44

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

7+
## <a name="1.6.1" />[1.6.1] - 2025-02-18
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1)
10+
11+
### Fixed
12+
13+
* Revert _IncludeGenerateAutoRegisteredExtensionsIntoCompilation target rename by @Youssef1313 in [#5045](https://github.com/microsoft/testfx/pull/5045)
14+
* Use `global::` prefix for generated code by @Youssef1313 in [#5033](https://github.com/microsoft/testfx/pull/5033)
15+
* Fix breaking change with telemetry by @Evangelink in [#5050](https://github.com/microsoft/testfx/pull/5050)
16+
17+
### Artifacts
18+
19+
* Microsoft.Testing.Extensions.CrashDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.1)
20+
* Microsoft.Testing.Extensions.HangDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.1)
21+
* Microsoft.Testing.Extensions.HotReload: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.1)
22+
* Microsoft.Testing.Extensions.Retry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.1)
23+
* Microsoft.Testing.Extensions.Telemetry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.6.1)
24+
* Microsoft.Testing.Extensions.TrxReport: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.1)
25+
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.6.1)
26+
* Microsoft.Testing.Extensions.VSTestBridge: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.6.1)
27+
* Microsoft.Testing.Platform: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.6.1)
28+
* Microsoft.Testing.Platform.MSBuild: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.6.1)
29+
730
## <a name="1.6.0" />[1.6.0] - 2025-02-12
831

932
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0)

docs/Changelog.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44

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

7+
## <a name="3.8.1" />[3.8.1] - 2025-02-18
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1)
10+
11+
### Fixed
12+
13+
* Fix MSTEST0038 message by @Youssef1313 in [#5011](https://github.com/microsoft/testfx/pull/5011)
14+
* Fix parameterized test treated as ignored when using VSTest in Test Explorer by @Youssef1313 in [#5023](https://github.com/microsoft/testfx/pull/5023)
15+
* Avoid handling tuples for test methods with only `object[]` parameter by @Youssef1313 [#5022](https://github.com/microsoft/testfx/pull/5022)
16+
* Set packages README correctly by @Youssef1313 in [#5030](https://github.com/microsoft/testfx/pull/5030)
17+
* Fix serialization of exceptions by BinaryFormatter in .NET Framework by @nohwnd in [#5055](https://github.com/microsoft/testfx/pull/5055)
18+
19+
### Artifacts
20+
21+
* MSTest: [3.8.1](https://www.nuget.org/packages/MSTest/3.8.1)
22+
* MSTest.TestFramework: [3.8.1](https://www.nuget.org/packages/MSTest.TestFramework/3.8.1)
23+
* MSTest.TestAdapter: [3.8.1](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.1)
24+
* MSTest.Analyzers: [3.8.1](https://www.nuget.org/packages/MSTest.Analyzers/3.8.1)
25+
* MSTest.Sdk: [3.8.1](https://www.nuget.org/packages/MSTest.Sdk/3.8.1)
26+
* Microsoft.Testing.Extensions.CrashDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.1)
27+
* Microsoft.Testing.Extensions.HangDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.1)
28+
* Microsoft.Testing.Extensions.HotReload: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.1)
29+
* Microsoft.Testing.Extensions.Retry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.1)
30+
* Microsoft.Testing.Extensions.TrxReport: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.1)
31+
* MSTest.SourceGeneration: [1.0.0-alpha.25118.9](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25118.9)
32+
* MSTest.Engine: [1.0.0-alpha.25118.9](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25118.9)
33+
734
## <a name="3.8.0" />[3.8.0] - 2025-02-12
835

936
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0)

0 commit comments

Comments
 (0)