Skip to content

Commit f9f7749

Browse files
authored
Changelog: add 3.7.1 and 1.5.1 (#4631)
1 parent 96286fd commit f9f7749

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

docs/Changelog-Platform.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

7+
## <a name="1.5.1" />[1.5.1] - 2025-01-13
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.0...v1.5.1)
10+
11+
### Fixed
12+
13+
* Fix match all filter not working when property expression is present (#4495) by @Evangelink in [#4507](https://github.com/microsoft/testfx/pull/4507)
14+
* Fix "Found multiple properties of type 'Microsoft.Testing.Platform.Ex… by @Evangelink in [#4563](https://github.com/microsoft/testfx/pull/4563)
15+
16+
### Artifacts
17+
18+
* Microsoft.Testing.Extensions.CrashDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.1)
19+
* Microsoft.Testing.Extensions.HangDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.1)
20+
* Microsoft.Testing.Extensions.HotReload: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.1)
21+
* Microsoft.Testing.Extensions.Retry: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.1)
22+
* Microsoft.Testing.Extensions.Telemetry: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.5.1)
23+
* Microsoft.Testing.Extensions.TrxReport: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.1)
24+
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.5.1)
25+
* Microsoft.Testing.Extensions.VSTestBridge: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.5.1)
26+
* Microsoft.Testing.Platform: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.5.1)
27+
* Microsoft.Testing.Platform.MSBuild: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.5.1)
28+
729
## <a name="1.5.0" />[1.5.0] - 2024-12-20
830

931
See full log [here](https://github.com/microsoft/testfx/compare/v1.4.3...v1.5.0)

docs/Changelog.md

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

7+
## <a name="3.7.1" />[3.7.1] - 2024-01-13
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.0...v3.7.1)
10+
11+
### Fixed
12+
13+
* Don't report MSTEST0001 when TestAdapter isn't referenced (#4481) by @Evangelink in [#4509](https://github.com/microsoft/testfx/pull/4509)
14+
* Fix MSTEST0017 false positive when both actual/expected are constants (#4460) by @Evangelink in [#4510](https://github.com/microsoft/testfx/pull/4510)
15+
* MSTEST0037 (proper assert analyzer): Don't report for user defined eq… by @Evangelink in [#4511](https://github.com/microsoft/testfx/pull/4511)
16+
* Fix typo in analyzer message (#4452) by @Evangelink in [#4512](https://github.com/microsoft/testfx/pull/4512)
17+
* method scope fix (#4415) by @Evangelink in [#4513](https://github.com/microsoft/testfx/pull/4513)
18+
* Fix analyzer messages not localized (#4434) by @Evangelink in [#4514](https://github.com/microsoft/testfx/pull/4514)
19+
* Fix "Could not load file or assembly 'Microsoft.Testing.Platform'" exception by @Evangelink in [#4537](https://github.com/microsoft/testfx/pull/4537)
20+
* Don't report diagnostic for DeploymentItem on abstract class by @Youssef1313 in [#4539](https://github.com/microsoft/testfx/pull/4539)
21+
* Fix DynamicData.GetData regression preventing it to work without adapter by @Youssef1313 in [#4626](https://github.com/microsoft/testfx/pull/4626)
22+
23+
### Artifacts
24+
25+
* MSTest: [3.7.1](https://www.nuget.org/packages/MSTest/3.7.1)
26+
* MSTest.TestFramework: [3.7.1](https://www.nuget.org/packages/MSTest.TestFramework/3.7.1)
27+
* MSTest.TestAdapter: [3.7.1](https://www.nuget.org/packages/MSTest.TestAdapter/3.7.1)
28+
* MSTest.Analyzers: [3.7.1](https://www.nuget.org/packages/MSTest.Analyzers/3.7.1)
29+
* MSTest.Sdk: [3.7.1](https://www.nuget.org/packages/MSTest.Sdk/3.7.1)
30+
* Microsoft.Testing.Extensions.CrashDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.1)
31+
* Microsoft.Testing.Extensions.HangDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.1)
32+
* Microsoft.Testing.Extensions.HotReload: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.1)
33+
* Microsoft.Testing.Extensions.Retry: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.1)
34+
* Microsoft.Testing.Extensions.TrxReport: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.1)
35+
736
## <a name="3.7.0" />[3.7.0] - 2024-12-20
837

938
See full log [here](https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0)

0 commit comments

Comments
 (0)