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 3.6.1 and 1.4.1 #3910

Merged
merged 1 commit into from
Oct 3, 2024
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
23 changes: 23 additions & 0 deletions docs/Changelog-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ 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.4.1" />[1.4.1] - 2024-10-03

See full log [here](https://github.com/microsoft/testanywhere/compare/v1.4.0...v1.4.1)

### Fixed

* Fix writing dark colors by @nohwnd in [#3828](https://github.com/microsoft/testfx/pull/3828)
* Fix: do not show telemetry banner if no telemetry provider is registered by @Evangelink in [#3862](https://github.com/microsoft/testfx/pull/3862)
* Fix SelfRegisteredExtensions type to be internal by @Evangelink in [#3891](https://github.com/microsoft/testfx/pull/3891)

### Artifacts

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

## <a name="1.4.0" />[1.4.0] - 2024-09-11

See full log [here](https://github.com/microsoft/testanywhere/compare/v1.3.2...v1.4.0)
Expand Down
29 changes: 28 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,34 @@ 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.6.0" />[3.6.0] - 2024-09-11
## <a name="3.6.1" />[3.6.1] - 2024-10-03

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

### Fixed

* MSTEST0016: Fix typo in rule message and description by @Evangelink in [#3808](https://github.com/microsoft/testfx/pull/3808)
* MSTEST0018: fix false positive with data member visibility by @Evangelink in [#3866](https://github.com/microsoft/testfx/pull/3866)
* Fix MSTEST0036 is shown for cases where no shadowing happens by @engyebrahim [#3881](https://github.com/microsoft/testfx/pull/3881)
* Bump VSTest to v17.11.1 by @Evangelink
* Fix MSTest hook to be always generated by @Evangelink in [#3889](https://github.com/microsoft/testfx/pull/3889)
* Fix CollectionAssert.AreEqual fails for list of strings using IEqualityComparer following by @engyebrahim in [#3886](https://github.com/microsoft/testfx/pull/3886)
* Fix CollectionAssert.AreEqual for collection of collections ignores even-items by @engyebrahim in [#3893](https://github.com/microsoft/testfx/pull/3893)

### Artifacts

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

## <a name="3.6.1" />[3.6.0] - 2024-09-11

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

Expand Down
Loading