Skip to content

Commit 9a47835

Browse files
committed
Progress
1 parent b20d888 commit 9a47835

File tree

2 files changed

+62
-264
lines changed

2 files changed

+62
-264
lines changed

docs/Changelog-Platform.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
## <a name="1.6.0" />[1.6.0] - 2025-02-12
88

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)
1010

1111
### Added
1212

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+
1319
### Fixed
1420

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+
1532
### Housekeeping
1633

1734
### Artifacts
@@ -29,7 +46,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v1.5.3...v1.6.0)
2946

3047
## <a name="1.5.3" />[1.5.3] - 2025-01-27
3148

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)
3350

3451
### Fixed
3552

@@ -50,7 +67,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v1.5.2...v1.5.3)
5067

5168
## <a name="1.5.2" />[1.5.2] - 2025-01-21
5269

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)
5471

5572
### Fixed
5673

@@ -71,7 +88,7 @@ See full log [here](https://github.com/microsoft/testfx/compare/v1.5.1...v1.5.2)
7188

7289
## <a name="1.5.1" />[1.5.1] - 2025-01-13
7390

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)
7592

7693
### Fixed
7794

0 commit comments

Comments
 (0)