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
+21-4
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
7
## <aname="1.6.0" />[1.6.0] - 2025-02-12
8
8
9
-
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.3...v1.6.0)
9
+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.3...v3.8.0)
10
10
11
11
### Added
12
12
13
+
* Implement != operator for filtering by @Youssef1313 in [#4494](https://github.com/microsoft/testfx/pull/4494)
14
+
* VSTestBridge: support filter at discovery + runsettings TestCaseFilter by @Youssef1313 in [#4921](https://github.com/microsoft/testfx/pull/4921)
15
+
* Add ability to wait for debugger attach by @Evangelink in [#4829](https://github.com/microsoft/testfx/pull/4829)
16
+
* Open experimentally Configuration and Logging by @Evangelink in [#4795](https://github.com/microsoft/testfx/pull/4795)
17
+
* avoid 2x string allocs in TerminalOutputDevice by @SimonCropp in [#4894](https://github.com/microsoft/testfx/pull/4894)
18
+
13
19
### Fixed
14
20
21
+
* Fix outputting of unhandled exception through OutputDevice by @Youssef1313 in [#4926](https://github.com/microsoft/testfx/pull/4926)
22
+
* Remove wrong closing double quotes in diag messages by @Evangelink in [#4826](https://github.com/microsoft/testfx/pull/4826)
23
+
* TestHost controller support mono by @Evangelink in [#4831](https://github.com/microsoft/testfx/pull/4831)
24
+
* Fix MTP MSBuild targets to run before BeforeCompile and XamlPreCompile by @Youssef1313 in [#4777](https://github.com/microsoft/testfx/pull/4777)
25
+
* Don't inject Test target when `TestingPlatformDisableCustomTestTarget` is true by @Youssef1313 in [#4838](https://github.com/microsoft/testfx/pull/4838)
26
+
* Make SelfRegisteredExtensions and EntryPoint types part of namespace by @Evangelink in [#4814](https://github.com/microsoft/testfx/pull/4814)
27
+
* Fix InvokeTestingPlatformTask to handle running with msbuild.exe and 'Test' target by @Youssef1313 in [#4840](https://github.com/microsoft/testfx/pull/4840)
28
+
* Fix ordering in server mode data consume by @Evangelink in [#4953](https://github.com/microsoft/testfx/pull/4953)
29
+
* Overwrite trx when file name is explicitly provided by @Youssef1313 in [#4654](https://github.com/microsoft/testfx/pull/4654)
30
+
* pass some missing cancellationTokens by @SimonCropp in [#4857](https://github.com/microsoft/testfx/pull/4857)
31
+
15
32
### Housekeeping
16
33
17
34
### Artifacts
@@ -29,7 +46,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v1.5.3...v1.6.0)
29
46
30
47
## <aname="1.5.3" />[1.5.3] - 2025-01-27
31
48
32
-
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.2...v1.5.3)
49
+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.2...v3.7.3)
33
50
34
51
### Fixed
35
52
@@ -50,7 +67,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v1.5.2...v1.5.3)
50
67
51
68
## <aname="1.5.2" />[1.5.2] - 2025-01-21
52
69
53
-
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.1...v1.5.2)
70
+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2)
54
71
55
72
### Fixed
56
73
@@ -71,7 +88,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v1.5.1...v1.5.2)
71
88
72
89
## <aname="1.5.1" />[1.5.1] - 2025-01-13
73
90
74
-
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.0...v1.5.1)
91
+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1)
0 commit comments