Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MSTest.TestFramework from 3.2.0 to 3.2.2 in /src/vs-bicep (#13432)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.2.0 to 3.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/testfx/releases">MSTest.TestFramework's releases</a>.</em></p> <blockquote> <h2>v3.2.2</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#322---2024-02-22">here</a>.</p> <h2>v3.2.1</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#321---2024-02-13">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.TestFramework's changelog</a>.</em></p> <blockquote> <h2>[3.2.2] - 2024-02-22</h2> <p>See full log <a href="https://github.com/microsoft/testfx/compare/v3.2.1...v.3.2.2">here</a></p> <h3>Fixed</h3> <ul> <li>[rel/3.2] Workaround harmless MSBuild warning in VS by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2350">#2350</a></li> <li>[rel/3.2] Fix analyzers doc link by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2362">#2362</a></li> <li>Assert.AreEqual allow IEquatable<!-- raw HTML omitted --> for actual and expected by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2382">#2382</a></li> <li>Fix msbuild integration (<a href="https://redirect.github.com/microsoft/testfx/issues/2389">#2389</a>) by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2395">#2395</a></li> <li>Remove the <code>TestingPlatformServer</code> if the runner is disabled (<a href="https://redirect.github.com/microsoft/testfx/issues/2409">#2409</a>) by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2410">#2410</a></li> </ul> <h3>Artifacts</h3> <ul> <li>MSTest: <a href="https://www.nuget.org/packages/MSTest/3.2.2">3.2.2</a></li> <li>MSTest.TestFramework: <a href="https://www.nuget.org/packages/MSTest.TestFramework/3.2.2">3.2.2</a></li> <li>MSTest.TestAdapter: <a href="https://www.nuget.org/packages/MSTest.TestAdapter/3.2.2">3.2.2</a></li> <li>MSTest.Analyzers: <a href="https://www.nuget.org/packages/MSTest.Analyzers/3.2.2">3.2.2</a></li> <li>Microsoft.Testing.Extensions.CrashDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.0.2">1.0.2</a></li> <li>Microsoft.Testing.Extensions.HangDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.0.2">1.0.2</a></li> <li>Microsoft.Testing.Extensions.HotReload: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.0.2">1.0.2</a></li> <li>Microsoft.Testing.Extensions.Retry: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.0.2">1.0.2</a></li> <li>Microsoft.Testing.Extensions.TrxReport: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.0.2">1.0.2</a></li> </ul> <h2>[3.2.1] - 2024-02-13</h2> <p>See full log <a href="https://github.com/microsoft/testfx/compare/v3.2.0...v.3.2.1">here</a></p> <h3>Fixed</h3> <ul> <li>MSTEST0002: fix false-positive with static TestClass (<a href="https://redirect.github.com/microsoft/testfx/issues/2182">#2182</a>) by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2199">#2199</a></li> <li>Bump version of coverage and platform by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2280">#2280</a></li> <li>[rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2315">#2315</a></li> <li>Fix command line output validation (<a href="https://redirect.github.com/microsoft/testfx/issues/2314">#2314</a>) by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2317">#2317</a></li> <li>[rel/3.2] Update dependencies from microsoft/testanywhere by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2320">#2320</a></li> <li>[rel/3.2] Update dependencies from microsoft/testanywhere by <a href="https://github.com/dotnet-maestro"><code>@dotnet-maestro</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2326">#2326</a></li> </ul> <h3>Housekeeping</h3> <ul> <li>Remove unused localization entries by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2192">#2192</a></li> <li>Remove version fixup workaround (<a href="https://redirect.github.com/microsoft/testfx/issues/2209">#2209</a>) by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2212">#2212</a></li> </ul> <h3>Artifacts</h3> <ul> <li>MSTest: <a href="https://www.nuget.org/packages/MSTest/3.2.1">3.2.1</a></li> <li>MSTest.TestFramework: <a href="https://www.nuget.org/packages/MSTest.TestFramework/3.2.1">3.2.1</a></li> <li>MSTest.TestAdapter: <a href="https://www.nuget.org/packages/MSTest.TestAdapter/3.2.1">3.2.1</a></li> <li>MSTest.Analyzers: <a href="https://www.nuget.org/packages/MSTest.Analyzers/3.2.1">3.2.1</a></li> <li>Microsoft.Testing.Extensions.CrashDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.0.1">1.0.1</a></li> <li>Microsoft.Testing.Extensions.HangDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.0.1">1.0.1</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/testfx/commit/bd712d0f7eecfc6ca048cd3d8e8aed9d1ef5f8b6"><code>bd712d0</code></a> Remove the <code>TestingPlatformServer</code> if the runner is disabled (<a href="https://redirect.github.com/microsoft/testfx/issues/2409">#2409</a>) (<a href="https://redirect.github.com/microsoft/testfx/issues/2410">#2410</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/d4e02984830413ef1bcef6831dce84475aaa0657"><code>d4e0298</code></a> [rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage, microsoft/...</li> <li><a href="https://github.com/microsoft/testfx/commit/1686a9c93e1dfc0545a598beb44208503858e329"><code>1686a9c</code></a> Fix msbuild integration (<a href="https://redirect.github.com/microsoft/testfx/issues/2389">#2389</a>) (<a href="https://redirect.github.com/microsoft/testfx/issues/2395">#2395</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/db69c35a18863bb7ad8f4cfb524f88b30bc8e37a"><code>db69c35</code></a> Update dependencies from <a href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a> build 2024...</li> <li><a href="https://github.com/microsoft/testfx/commit/622d9d03701c1e0572fc42c1b99e59cc6c3c00fb"><code>622d9d0</code></a> [rel/3.2] Backport localizations (<a href="https://redirect.github.com/microsoft/testfx/issues/2396">#2396</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/1e30e93467fc38fa2d34e7c6d5d7f5718c40166f"><code>1e30e93</code></a> Update dependencies from <a href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a> build 2024...</li> <li><a href="https://github.com/microsoft/testfx/commit/7bdff571f48467daf50b8111995d66a426b95f9b"><code>7bdff57</code></a> Assert.AreEqual allow IEquatable<T> for actual and expected (<a href="https://redirect.github.com/microsoft/testfx/issues/2382">#2382</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/e62e95c7c5872b6f4c77c059453f31f08ca9b015"><code>e62e95c</code></a> Fix analyzers doc link (<a href="https://redirect.github.com/microsoft/testfx/issues/2362">#2362</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/80b813d36bd3dbd6db058fd6505efbff5bb70bf6"><code>80b813d</code></a> Workaround harmless MSBuild warning in VS (<a href="https://redirect.github.com/microsoft/testfx/issues/2350">#2350</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/56601278b723223132fce9183def2a6e3607e4d5"><code>5660127</code></a> Update dependencies from <a href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a> build 2024...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/testfx/compare/v.3.2.0...v3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestFramework&package-manager=nuget&previous-version=3.2.0&new-version=3.2.2)](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> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13432) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: StephenWeatherford <StephenWeatherford@users.noreply.github.com>
- Loading branch information