Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog: add 3.7.1 and 1.5.1 #4631

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/Changelog-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.

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

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

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

### Fixed

* Fix match all filter not working when property expression is present (#4495) by @Evangelink in [#4507](https://github.com/microsoft/testfx/pull/4507)
* Fix "Found multiple properties of type 'Microsoft.Testing.Platform.Ex… by @Evangelink in [#4563](https://github.com/microsoft/testfx/pull/4563)

### Artifacts

* Microsoft.Testing.Extensions.CrashDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.1)
* Microsoft.Testing.Extensions.HangDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.1)
* Microsoft.Testing.Extensions.HotReload: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.1)
* Microsoft.Testing.Extensions.Retry: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.1)
* Microsoft.Testing.Extensions.Telemetry: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.5.1)
* Microsoft.Testing.Extensions.TrxReport: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.1)
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.5.1)
* Microsoft.Testing.Extensions.VSTestBridge: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.5.1)
* Microsoft.Testing.Platform: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.5.1)
* Microsoft.Testing.Platform.MSBuild: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.5.1)

## <a name="1.5.0" />[1.5.0] - 2024-12-20

See full log [here](https://github.com/microsoft/testfx/compare/v1.4.3...v1.5.0)
Expand Down
29 changes: 29 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.

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

## <a name="3.7.1" />[3.7.1] - 2024-01-13

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

### Fixed

* Don't report MSTEST0001 when TestAdapter isn't referenced (#4481) by @Evangelink in [#4509](https://github.com/microsoft/testfx/pull/4509)
* Fix MSTEST0017 false positive when both actual/expected are constants (#4460) by @Evangelink in [#4510](https://github.com/microsoft/testfx/pull/4510)
* MSTEST0037 (proper assert analyzer): Don't report for user defined eq… by @Evangelink in [#4511](https://github.com/microsoft/testfx/pull/4511)
* Fix typo in analyzer message (#4452) by @Evangelink in [#4512](https://github.com/microsoft/testfx/pull/4512)
* method scope fix (#4415) by @Evangelink in [#4513](https://github.com/microsoft/testfx/pull/4513)
* Fix analyzer messages not localized (#4434) by @Evangelink in [#4514](https://github.com/microsoft/testfx/pull/4514)
* Fix "Could not load file or assembly 'Microsoft.Testing.Platform'" exception by @Evangelink in [#4537](https://github.com/microsoft/testfx/pull/4537)
* Don't report diagnostic for DeploymentItem on abstract class by @Youssef1313 in [#4539](https://github.com/microsoft/testfx/pull/4539)
* Fix DynamicData.GetData regression preventing it to work without adapter by @Youssef1313 in [#4626](https://github.com/microsoft/testfx/pull/4626)

### Artifacts

* MSTest: [3.7.1](https://www.nuget.org/packages/MSTest/3.7.1)
* MSTest.TestFramework: [3.7.1](https://www.nuget.org/packages/MSTest.TestFramework/3.7.1)
* MSTest.TestAdapter: [3.7.1](https://www.nuget.org/packages/MSTest.TestAdapter/3.7.1)
* MSTest.Analyzers: [3.7.1](https://www.nuget.org/packages/MSTest.Analyzers/3.7.1)
* MSTest.Sdk: [3.7.1](https://www.nuget.org/packages/MSTest.Sdk/3.7.1)
* Microsoft.Testing.Extensions.CrashDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.1)
* Microsoft.Testing.Extensions.HangDump: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.1)
* Microsoft.Testing.Extensions.HotReload: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.1)
* Microsoft.Testing.Extensions.Retry: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.1)
* Microsoft.Testing.Extensions.TrxReport: [1.5.1](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.1)

## <a name="3.7.0" />[3.7.0] - 2024-12-20

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