Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MSTest.TestAdapter from 3.6.0 to 3.6.1 (#330)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.6.0 to 3.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/testfx/releases">MSTest.TestAdapter's releases</a>.</em></p> <blockquote> <h2>v3.6.1</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.6.1">here</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestAdapter's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->[3.6.1] - 2024-10-03</h2> <p>See full log <a href="https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1">here</a></p> <h3>Fixed</h3> <ul> <li>MSTEST0016: Fix typo in rule message and description by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3808">#3808</a></li> <li>MSTEST0018: fix false positive with data member visibility by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3866">#3866</a></li> <li>Fix MSTEST0036 is shown for cases where no shadowing happens by <a href="https://github.com/engyebrahim"><code>@engyebrahim</code></a> <a href="https://redirect.github.com/microsoft/testfx/pull/3881">#3881</a></li> <li>Bump VSTest to v17.11.1 by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a></li> <li>Fix MSTest hook to be always generated by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3889">#3889</a></li> <li>Fix CollectionAssert.AreEqual fails for list of strings using IEqualityComparer following by <a href="https://github.com/engyebrahim"><code>@engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3886">#3886</a></li> <li>Fix CollectionAssert.AreEqual for collection of collections ignores even-items by <a href="https://github.com/engyebrahim"><code>@engyebrahim</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/3893">#3893</a></li> </ul> <h3>Artifacts</h3> <ul> <li>MSTest: <a href="https://www.nuget.org/packages/MSTest/3.6.1">3.6.1</a></li> <li>MSTest.TestFramework: <a href="https://www.nuget.org/packages/MSTest.TestFramework/3.6.1">3.6.1</a></li> <li>MSTest.TestAdapter: <a href="https://www.nuget.org/packages/MSTest.TestAdapter/3.6.1">3.6.1</a></li> <li>MSTest.Analyzers: <a href="https://www.nuget.org/packages/MSTest.Analyzers/3.6.1">3.6.1</a></li> <li>MSTest.Sdk: <a href="https://www.nuget.org/packages/MSTest.Sdk/3.6.1">3.6.1</a></li> <li>Microsoft.Testing.Extensions.CrashDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.1">1.4.1</a></li> <li>Microsoft.Testing.Extensions.HangDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.1">1.4.1</a></li> <li>Microsoft.Testing.Extensions.HotReload: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.1">1.4.1</a></li> <li>Microsoft.Testing.Extensions.Retry: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.1">1.4.1</a></li> <li>Microsoft.Testing.Extensions.TrxReport: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.1">1.4.1</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/testfx/commit/1204ea124e646eb9fbe5526bfa482ff574d1647a"><code>1204ea1</code></a> Use TA 1.4.1</li> <li><a href="https://github.com/microsoft/testfx/commit/e6cc8fcb35b887ef11376822807137a84053b820"><code>e6cc8fc</code></a> [rel/3.6] Update dependencies from microsoft/testanywhere (<a href="https://redirect.github.com/microsoft/testfx/issues/3905">#3905</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/4f4ed7d3ce76cfa6e671c7a55f8b9cb6f2cb35c5"><code>4f4ed7d</code></a> [rel/3.6] Update dependencies from microsoft/testanywhere (<a href="https://redirect.github.com/microsoft/testfx/issues/3901">#3901</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/6d9c5eadebda2357588cfe8b12e1a63f319c2cc1"><code>6d9c5ea</code></a> Fix CollectionAssert.AreEqual for collection of collections ignores even-item...</li> <li><a href="https://github.com/microsoft/testfx/commit/5917c99d93acdc00e233cdebe05d2af2830cecd9"><code>5917c99</code></a> Fix SelfRegisteredExtensions type to be internal (<a href="https://redirect.github.com/microsoft/testfx/issues/3891">#3891</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/36338bd1fdf273ba3684cc9151d5e9422d0c9b8e"><code>36338bd</code></a> Fix CollectionAssert.AreEqual fails for list of strings using IEqualityCompar...</li> <li><a href="https://github.com/microsoft/testfx/commit/50707f7d802c0c7a5d4e6696d3153c4c3c7a53ab"><code>50707f7</code></a> Fix MSTest hook to be always generated (<a href="https://redirect.github.com/microsoft/testfx/issues/3889">#3889</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/6da3be7bf1856471740ad46167ee733e0b9e54b8"><code>6da3be7</code></a> Bump VSTest tov17.11.1</li> <li><a href="https://github.com/microsoft/testfx/commit/491b2d6293949107154d201402efe63340b74a0e"><code>491b2d6</code></a> Fix MSTEST0036 is shown for cases where no shadowing happens (<a href="https://redirect.github.com/microsoft/testfx/issues/3881">#3881</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/8d3545b8f8167fa6c1dd8538b5395953faa853ae"><code>8d3545b</code></a> [rel/3.6] Update dependencies from microsoft/testanywhere (<a href="https://redirect.github.com/microsoft/testfx/issues/3885">#3885</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestAdapter&package-manager=nuget&previous-version=3.6.0&new-version=3.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information