Skip to content

Commit

Permalink
Bump MSTest.TestFramework from 3.2.2 to 3.3.1 in /src/vs-bicep (#13880)
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from
3.2.2 to 3.3.1.
<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.3.1</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#331---2024-04-04">here</a></p>
<h2>v3.3.0</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#330---2024-04-23">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.3.1] - 2024-04-04</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.3.0...v3.3.1">here</a></p>
<h3>Fixed</h3>
<ul>
<li>Fix <code>MSTest.SDK</code> deps by <a
href="https://github.com/MarcoRossignoli"><code>@​MarcoRossignoli</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/2650">#2650</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.3.1">3.3.1</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.3.1">3.3.1</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.3.1">3.3.1</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.3.1">3.3.1</a></li>
<li>MSTest.Sdk: <a
href="https://www.nuget.org/packages/MSTest.Sdk/3.3.1">3.3.1</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.1.0">1.1.0</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.1.0">1.1.0</a></li>
<li>Microsoft.Testing.Extensions.HotReload: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.1.0">1.1.0</a></li>
<li>Microsoft.Testing.Extensions.Retry: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.1.0">1.1.0</a></li>
<li>Microsoft.Testing.Extensions.TrxReport: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.1.0">1.1.0</a></li>
</ul>
<h2>[3.3.0] - 2024-04-03</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.2.2...v3.3.0">here</a></p>
<h3>Added</h3>
<ul>
<li>MSTEST0007: [<!-- raw HTML omitted -->] can only be set on methods
marked with [TestMethod] by <a
href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2221">#2221</a></li>
<li>MSTEST0008: <code>[TestInitialize]</code> should be valid by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2292">#2292</a></li>
<li>MSTEST0009: <code>[TestCleanup]</code> should have valid layout by
<a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2312">#2312</a></li>
<li>MSTEST0010: <code>[ClassInitialize]</code> should be valid by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2354">#2354</a></li>
<li>MSTEST0011: <code>[ClassCleanup]</code> should be valid by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2356">#2356</a></li>
<li>MSTEST0012: <code>[AssemblyInitialize]</code> should be valid by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2328">#2328</a></li>
<li>MSTEST0013: <code>[AssemblyCleanup]</code> should be valid by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2353">#2353</a></li>
<li>MSTEST0014: <code>[DataRow]</code> should be valid by <a
href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2352">#2352</a></li>
<li>MSTEST0015: Test method should not be ignored by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2429">#2429</a></li>
<li>MSTEST0016: Test class should have test method by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/2518">#2518</a></li>
<li>Add support for ValueTask return type by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2208">#2208</a></li>
<li>Allow IEnumerable of tuple for DynamicData source by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2226">#2226</a></li>
<li>Add a console logger sample for the runner by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2246">#2246</a></li>
<li>Create preview.md by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2268">#2268</a></li>
<li>Use Task.Run for Assembly/Class init to allow exiting by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2265">#2265</a></li>
<li>Document logging public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2290">#2290</a></li>
<li>Document test framework public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2286">#2286</a></li>
<li>Document messages public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2287">#2287</a></li>
<li>Document command line public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2285">#2285</a></li>
<li>Document requests public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2289">#2289</a></li>
<li>Document builder public API by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2283">#2283</a></li>
<li>Document configuration public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2291">#2291</a></li>
<li>Document testhost related public APIs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/2284">#2284</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/bc4c885db4b24d6e23a8cf6f972fa23676e77141"><code>bc4c885</code></a>
Fix MSTest.SDK deps (<a
href="https://redirect.github.com/microsoft/testfx/issues/2650">#2650</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/c3973e8f26f9451b7873295ed4e812f5871afcba"><code>c3973e8</code></a>
Use different extension Uid for MSTest.Sdk (<a
href="https://redirect.github.com/microsoft/testfx/issues/2648">#2648</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/cc19ee37270e472076e47d478f0bdeec817f92ad"><code>cc19ee3</code></a>
[rel/3.3] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/2647">#2647</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/15355a22fcc863aa17b6ab18ae25f065bf15d828"><code>15355a2</code></a>
Backport arcade and pipeline changes from main</li>
<li><a
href="https://github.com/microsoft/testfx/commit/a005e25de6a2ed320da7d7baa4fd63cfd8edbcd0"><code>a005e25</code></a>
[rel/3.3] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/2644">#2644</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/8c0a8fd8e120641750b2476f89d2ed67148f07fd"><code>8c0a8fd</code></a>
[rel/3.3] Fix MSTEST0005 to report only inside test classes (<a
href="https://redirect.github.com/microsoft/testfx/issues/2642">#2642</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/7590bbd80f0529f8c46b53198b8f7aa8f1dec278"><code>7590bbd</code></a>
[rel/3.3] Update dependencies from devdiv/DevDiv/vs-code-coverage (<a
href="https://redirect.github.com/microsoft/testfx/issues/2633">#2633</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/a4f58aa03c7fdb19c6f8e1ca74cdc905d15147f1"><code>a4f58aa</code></a>
Fix MSTest version under testing platform (<a
href="https://redirect.github.com/microsoft/testfx/issues/2630">#2630</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/3beee7ae244210f3e31c6e5bfbec11033dee062e"><code>3beee7a</code></a>
Fix parent package path (<a
href="https://redirect.github.com/microsoft/testfx/issues/2602">#2602</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/7219e68164e7d24346a7aebbf0b28fc021e475f9"><code>7219e68</code></a>
fix: localization pipeline should run only on main (<a
href="https://redirect.github.com/microsoft/testfx/issues/2618">#2618</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.2.2...v3.3.1">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.2&new-version=3.3.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>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13880)

---------

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
dependabot[bot] and StephenWeatherford committed Apr 21, 2024
1 parent 648edaf commit e4f065e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="Microsoft.VisualStudio.Editor" Version="17.2.3194" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="17.9.37000" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.2.2, )",
"resolved": "3.2.2",
"contentHash": "t3o8wfuMvjq1ETxsX6qBIOJMpnNpRoBjf2+0ZEKURSH+xHnpLM7yojNkLgJbir7vQGzQh7JaAUBO1MkszBvVrw=="
"requested": "[3.3.1, )",
"resolved": "3.3.1",
"contentHash": "020SuA2p8N7o+/AHC0SLgzGpyS1hNjR8m5tWxnuGqJ3HeJhArUbuPAU8RZr8Ll38ij8oiutGCkQ/G+ymyO51Ow=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.VisualStudio.Utilities" Version="17.2.32505.113" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
},
"MSTest.TestFramework": {
"type": "Direct",
"requested": "[3.2.2, )",
"resolved": "3.2.2",
"contentHash": "t3o8wfuMvjq1ETxsX6qBIOJMpnNpRoBjf2+0ZEKURSH+xHnpLM7yojNkLgJbir7vQGzQh7JaAUBO1MkszBvVrw=="
"requested": "[3.3.1, )",
"resolved": "3.3.1",
"contentHash": "020SuA2p8N7o+/AHC0SLgzGpyS1hNjR8m5tWxnuGqJ3HeJhArUbuPAU8RZr8Ll38ij8oiutGCkQ/G+ymyO51Ow=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
Expand Down

0 comments on commit e4f065e

Please sign in to comment.