Skip to content

Commit

Permalink
Bump MSTest.TestAdapter from 3.6.1 to 3.6.2 (#336)
Browse files Browse the repository at this point in the history
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from
3.6.1 to 3.6.2.
<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.2</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.6.2">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.2] - 2024-10-31</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.6.1...v3.6.2">here</a></p>
<h3>Fixed</h3>
<ul>
<li>Fix localization of test adapter messages by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3949">#3949</a></li>
<li>Fix call to EqtTrace by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3952">#3952</a></li>
<li>Fix concurrency issue with registering callback on
TestRunCancellationToken by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3958">#3958</a></li>
<li>Fix MSTEST0030 to correctly handle all methods by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3974">#3974</a></li>
<li>Fix displaying inner exceptions by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3965">#3965</a></li>
<li>Fix MSTEST0018 FP with IEnumerable<!-- raw HTML omitted --> by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3978">#3978</a></li>
</ul>
<h3>Artifacts</h3>
<ul>
<li>MSTest: <a
href="https://www.nuget.org/packages/MSTest/3.6.2">3.6.2</a></li>
<li>MSTest.TestFramework: <a
href="https://www.nuget.org/packages/MSTest.TestFramework/3.6.2">3.6.2</a></li>
<li>MSTest.TestAdapter: <a
href="https://www.nuget.org/packages/MSTest.TestAdapter/3.6.2">3.6.2</a></li>
<li>MSTest.Analyzers: <a
href="https://www.nuget.org/packages/MSTest.Analyzers/3.6.2">3.6.2</a></li>
<li>MSTest.Sdk: <a
href="https://www.nuget.org/packages/MSTest.Sdk/3.6.2">3.6.2</a></li>
<li>Microsoft.Testing.Extensions.CrashDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.2">1.4.2</a></li>
<li>Microsoft.Testing.Extensions.HangDump: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.2">1.4.2</a></li>
<li>Microsoft.Testing.Extensions.HotReload: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.2">1.4.2</a></li>
<li>Microsoft.Testing.Extensions.Retry: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.2">1.4.2</a></li>
<li>Microsoft.Testing.Extensions.TrxReport: <a
href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.2">1.4.2</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/60b76e914641a290b445f9a0af9906549c5645d5"><code>60b76e9</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3980">#3980</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/f588028442f0727806262037303ce8d853e8f906"><code>f588028</code></a>
Fix MSTEST0018 FP with IEnumerable&lt;SomeType[]&gt; (<a
href="https://redirect.github.com/microsoft/testfx/issues/3978">#3978</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/9aaa6ee15a0ceb4859c875096ba521bd5f553147"><code>9aaa6ee</code></a>
Backport fix displaying inner exceptions (<a
href="https://redirect.github.com/microsoft/testfx/issues/3965">#3965</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/d0b926673a955a734d2339dc8ad8a44822f24a5a"><code>d0b9266</code></a>
[rel/3.6] Fix MSTEST0030 to correctly handle all methods (<a
href="https://redirect.github.com/microsoft/testfx/issues/3974">#3974</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/b170f00e355223a4ebf576e6f46c9c9ddc3cf4fb"><code>b170f00</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3975">#3975</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/3baf0cf59ea21fca3e4fbbb4d2b2b51437f42233"><code>3baf0cf</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3966">#3966</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/dcef1306cf296d8a254758de2d5d46b314406f7a"><code>dcef130</code></a>
Bump dependency (<a
href="https://redirect.github.com/microsoft/testfx/issues/3956">#3956</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/53c3c4ec895e3df9b60659ebf60622e0078e7cfb"><code>53c3c4e</code></a>
Fix concurrency issue with registering callback on
TestRunCancellationToken (...</li>
<li><a
href="https://github.com/microsoft/testfx/commit/ac7fffb9cb532816a94307893d0130ac71e2d083"><code>ac7fffb</code></a>
[rel/3.6] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/3959">#3959</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/a89060092ddf47c42428a12fd7d3dc4040b7ac43"><code>a890600</code></a>
Fix call to EqtTrace (<a
href="https://redirect.github.com/microsoft/testfx/issues/3952">#3952</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.6.1...v3.6.2">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.1&new-version=3.6.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e834a1c commit 4156e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.8.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.1" />
<PackageVersion Include="System.CommandLine.DragonFruit" Version="0.4.0-alpha.23407.1" />
</ItemGroup>
Expand Down

0 comments on commit 4156e82

Please sign in to comment.