From 17314e50d55bbf9a0f446e36816a37174ca59df8 Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Tue, 18 Feb 2025 18:04:09 +0100 Subject: [PATCH 1/3] Update Changelog for MSTest 3.8.1 and MTP 1.6.1 --- docs/Changelog-Platform.md | 23 +++++++++++++++++++ docs/Changelog.md | 47 ++++++++++++++++++++++++++++++-------- 2 files changed, 60 insertions(+), 10 deletions(-) diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md index 300ebf8b85..d0c737ca65 100644 --- a/docs/Changelog-Platform.md +++ b/docs/Changelog-Platform.md @@ -4,6 +4,29 @@ 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/) +## [1.6.1] - 2025-02-18 + +See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1) + +### Fixed + +* Revert _IncludeGenerateAutoRegisteredExtensionsIntoCompilation target rename by @Youssef1313 in [#5045](https://github.com/microsoft/testfx/pull/5045) +* Use `global::` prefix for generated code by @youssef-backport-bot in [#5033](https://github.com/microsoft/testfx/pull/5033) +* Fix breaking change with telemetry by @Evangelink in [#5050](https://github.com/microsoft/testfx/pull/5050) + +### Artifacts + +* Microsoft.Testing.Extensions.CrashDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.1) +* Microsoft.Testing.Extensions.HangDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.1) +* Microsoft.Testing.Extensions.HotReload: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.1) +* Microsoft.Testing.Extensions.Retry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.1) +* Microsoft.Testing.Extensions.Telemetry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.6.1) +* Microsoft.Testing.Extensions.TrxReport: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.1) +* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.6.1) +* Microsoft.Testing.Extensions.VSTestBridge: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.6.1) +* Microsoft.Testing.Platform: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.6.1) +* Microsoft.Testing.Platform.MSBuild: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.6.1) + ## [1.6.0] - 2025-02-12 See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0) diff --git a/docs/Changelog.md b/docs/Changelog.md index cca3ca745c..96f4c522a8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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/) +## [3.8.1] - 2025-02-18 + +See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1) + +### Fixed + +* Fix MSTEST0038 message by @Youssef1313 in [#5011](https://github.com/microsoft/testfx/pull/5011) +* Fix parameterized test treated as ignored when using VSTest in Test Explorer by @Youssef1313 in [#5023](https://github.com/microsoft/testfx/pull/5023) +* Avoid handling tuples for test methods with only `object[]` parameter by @Youssef1313 [#5022](https://github.com/microsoft/testfx/pull/5022) +* Set packages README correctly by @Youssef1313 in [#5030](https://github.com/microsoft/testfx/pull/5030) +* Fix serialization of exceptions by BinaryFormatter in .NET Framework by @nohwnd in [#5055](https://github.com/microsoft/testfx/pull/5055) + +### Artifacts + +* MSTest: [3.8.1](https://www.nuget.org/packages/MSTest/3.8.1) +* MSTest.TestFramework: [3.8.1](https://www.nuget.org/packages/MSTest.TestFramework/3.8.1) +* MSTest.TestAdapter: [3.8.1](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.1) +* MSTest.Analyzers: [3.8.1](https://www.nuget.org/packages/MSTest.Analyzers/3.8.1) +* MSTest.Sdk: [3.8.1](https://www.nuget.org/packages/MSTest.Sdk/3.8.1) +* Microsoft.Testing.Extensions.CrashDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.1) +* Microsoft.Testing.Extensions.HangDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.1) +* Microsoft.Testing.Extensions.HotReload: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.1) +* Microsoft.Testing.Extensions.Retry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.1) +* Microsoft.Testing.Extensions.TrxReport: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.1) +* MSTest.SourceGeneration: [1.0.0-alpha.25118.9](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25118.9) +* MSTest.Engine: [1.0.0-alpha.25118.9](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25118.9) + ## [3.8.0] - 2025-02-12 See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0) @@ -102,16 +129,16 @@ See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0) ### Artifacts -* MSTest: [3.8.0](https://www.nuget.org/packages/MSTest/3.8.0) -* MSTest.TestFramework: [3.8.0](https://www.nuget.org/packages/MSTest.TestFramework/3.8.0) -* MSTest.TestAdapter: [3.8.0](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.0) -* MSTest.Analyzers: [3.8.0](https://www.nuget.org/packages/MSTest.Analyzers/3.8.0) -* MSTest.Sdk: [3.8.0](https://www.nuget.org/packages/MSTest.Sdk/3.8.0) -* Microsoft.Testing.Extensions.CrashDump: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.0) -* Microsoft.Testing.Extensions.HangDump: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.0) -* Microsoft.Testing.Extensions.HotReload: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.0) -* Microsoft.Testing.Extensions.Retry: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.0) -* Microsoft.Testing.Extensions.TrxReport: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.0) +* MSTest: [3.8.1](https://www.nuget.org/packages/MSTest/3.8.1) +* MSTest.TestFramework: [3.8.1](https://www.nuget.org/packages/MSTest.TestFramework/3.8.1) +* MSTest.TestAdapter: [3.8.1](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.1) +* MSTest.Analyzers: [3.8.1](https://www.nuget.org/packages/MSTest.Analyzers/3.8.1) +* MSTest.Sdk: [3.8.1](https://www.nuget.org/packages/MSTest.Sdk/3.8.1) +* Microsoft.Testing.Extensions.CrashDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.1) +* Microsoft.Testing.Extensions.HangDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.1) +* Microsoft.Testing.Extensions.HotReload: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.1) +* Microsoft.Testing.Extensions.Retry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.1) +* Microsoft.Testing.Extensions.TrxReport: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.1) * MSTest.SourceGeneration: [1.0.0-alpha.25112.8](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25112.8) * MSTest.Engine: [1.0.0-alpha.25112.8](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25112.8) From fde43f812594d7ae52a69fb05f4320ad40e89cd6 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 18 Feb 2025 18:19:56 +0100 Subject: [PATCH 2/3] Fix unintentional changes --- docs/Changelog.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 96f4c522a8..89ee2c2530 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -129,16 +129,16 @@ See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0) ### Artifacts -* MSTest: [3.8.1](https://www.nuget.org/packages/MSTest/3.8.1) -* MSTest.TestFramework: [3.8.1](https://www.nuget.org/packages/MSTest.TestFramework/3.8.1) -* MSTest.TestAdapter: [3.8.1](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.1) -* MSTest.Analyzers: [3.8.1](https://www.nuget.org/packages/MSTest.Analyzers/3.8.1) -* MSTest.Sdk: [3.8.1](https://www.nuget.org/packages/MSTest.Sdk/3.8.1) -* Microsoft.Testing.Extensions.CrashDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.1) -* Microsoft.Testing.Extensions.HangDump: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.1) -* Microsoft.Testing.Extensions.HotReload: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.1) -* Microsoft.Testing.Extensions.Retry: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.1) -* Microsoft.Testing.Extensions.TrxReport: [1.6.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.1) +* MSTest: [3.8.0](https://www.nuget.org/packages/MSTest/3.8.0) +* MSTest.TestFramework: [3.8.0](https://www.nuget.org/packages/MSTest.TestFramework/3.8.0) +* MSTest.TestAdapter: [3.8.0](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.0) +* MSTest.Analyzers: [3.8.0](https://www.nuget.org/packages/MSTest.Analyzers/3.8.0) +* MSTest.Sdk: [3.8.0](https://www.nuget.org/packages/MSTest.Sdk/3.8.0) +* Microsoft.Testing.Extensions.CrashDump: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.0) +* Microsoft.Testing.Extensions.HangDump: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.0) +* Microsoft.Testing.Extensions.HotReload: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.0) +* Microsoft.Testing.Extensions.Retry: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.0) +* Microsoft.Testing.Extensions.TrxReport: [1.6.0](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.0) * MSTest.SourceGeneration: [1.0.0-alpha.25112.8](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25112.8) * MSTest.Engine: [1.0.0-alpha.25112.8](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25112.8) From ccb57602a9ccc416cdbb471a5f35f3808c505147 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 18 Feb 2025 18:20:55 +0100 Subject: [PATCH 3/3] Small fix --- docs/Changelog-Platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md index d0c737ca65..59c355f151 100644 --- a/docs/Changelog-Platform.md +++ b/docs/Changelog-Platform.md @@ -11,7 +11,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1) ### Fixed * Revert _IncludeGenerateAutoRegisteredExtensionsIntoCompilation target rename by @Youssef1313 in [#5045](https://github.com/microsoft/testfx/pull/5045) -* Use `global::` prefix for generated code by @youssef-backport-bot in [#5033](https://github.com/microsoft/testfx/pull/5033) +* Use `global::` prefix for generated code by @Youssef1313 in [#5033](https://github.com/microsoft/testfx/pull/5033) * Fix breaking change with telemetry by @Evangelink in [#5050](https://github.com/microsoft/testfx/pull/5050) ### Artifacts