You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Changelog-Platform.md
+23
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,29 @@ 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
+
## <aname="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)
Copy file name to clipboardexpand all lines: docs/Changelog.md
+27
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ 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
+
## <aname="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)
0 commit comments