File tree 2 files changed +45
-0
lines changed
2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
6
6
7
+ ## <a name =" 1.6.2 " />[ 1.6.2] - 2025-02-19
8
+
9
+ See full log [ here] ( https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2 )
10
+
11
+ ### Fixed
12
+
13
+ * Handle if RootNamespace contains invalid identifier characters by @Youssef1313 in https://github.com/microsoft/testfx/pull/5069
14
+
15
+ ### Artifacts
16
+
17
+ * Microsoft.Testing.Extensions.CrashDump: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2 )
18
+ * Microsoft.Testing.Extensions.HangDump: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2 )
19
+ * Microsoft.Testing.Extensions.HotReload: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2 )
20
+ * Microsoft.Testing.Extensions.Retry: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2 )
21
+ * Microsoft.Testing.Extensions.Telemetry: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.6.2 )
22
+ * Microsoft.Testing.Extensions.TrxReport: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2 )
23
+ * Microsoft.Testing.Extensions.TrxReport.Abstractions: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.6.2 )
24
+ * Microsoft.Testing.Extensions.VSTestBridge: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.6.2 )
25
+ * Microsoft.Testing.Platform: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Platform/1.6.2 )
26
+ * Microsoft.Testing.Platform.MSBuild: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.6.2 )
27
+
7
28
## <a name =" 1.6.1 " />[ 1.6.1] - 2025-02-18
8
29
9
30
See full log [ here] ( https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1 )
Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
6
6
7
+ ## <a name =" 3.8.2 " />[ 3.8.2] - 2025-02-19
8
+
9
+ See full log [ here] ( https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2 )
10
+
11
+ ### Fixed
12
+
13
+ * Fix ClassCleanup not called when the first test in class is ignored by @Youssef1313 in https://github.com/microsoft/testfx/pull/5071
14
+
15
+ ### Artifacts
16
+
17
+ * MSTest: [ 3.8.2] ( https://www.nuget.org/packages/MSTest/3.8.2 )
18
+ * MSTest.TestFramework: [ 3.8.2] ( https://www.nuget.org/packages/MSTest.TestFramework/3.8.2 )
19
+ * MSTest.TestAdapter: [ 3.8.2] ( https://www.nuget.org/packages/MSTest.TestAdapter/3.8.2 )
20
+ * MSTest.Analyzers: [ 3.8.2] ( https://www.nuget.org/packages/MSTest.Analyzers/3.8.2 )
21
+ * MSTest.Sdk: [ 3.8.2] ( https://www.nuget.org/packages/MSTest.Sdk/3.8.2 )
22
+ * Microsoft.Testing.Extensions.CrashDump: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2 )
23
+ * Microsoft.Testing.Extensions.HangDump: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2 )
24
+ * Microsoft.Testing.Extensions.HotReload: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2 )
25
+ * Microsoft.Testing.Extensions.Retry: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2 )
26
+ * Microsoft.Testing.Extensions.TrxReport: [ 1.6.2] ( https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2 )
27
+ * MSTest.SourceGeneration: [ 1.0.0-alpha.25119.7] ( https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25119.7 )
28
+ * MSTest.Engine: [ 1.0.0-alpha.25119.7] ( https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25119.7 )
29
+
30
+
7
31
## <a name =" 3.8.1 " />[ 3.8.1] - 2025-02-18
8
32
9
33
See full log [ here] ( https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1 )
You can’t perform that action at this time.
0 commit comments