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

MINOR: [C#] Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /csharp #40049

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

v17.9.0-release-23619-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01

v17.9.0-preview-23577-04

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

v17.9.0-preview-23531-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

v17.9.0-preview-23503-02

What's Changed

Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.8.0...v17.9.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Feb 12, 2024
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Feb 12, 2024
@CurtHagenlocher CurtHagenlocher merged commit c23a097 into main Feb 12, 2024
16 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting committer review Awaiting committer review label Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/nuget/csharp/Microsoft.NET.Test.Sdk-17.9.0 branch February 12, 2024 18:02
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit c23a097.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…arp (apache#40049)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p>
<blockquote>
<h2>v17.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove dependency on Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4693">microsoft/vstest#4693</a></li>
<li>Add platform guard by <a href="https://github.com/dotMorten"><code>@​dotMorten</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4737">microsoft/vstest#4737</a></li>
<li>Remove javascript in <code>HtmlLogger</code> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4744">microsoft/vstest#4744</a></li>
<li>Fix CPU is consumed by polling frequently when there is no subscriber by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4735">microsoft/vstest#4735</a></li>
<li>Create a proper MSBuild ToolTask based VSTestTask by <a href="https://github.com/mcartoixa"><code>@​mcartoixa</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">microsoft/vstest#2702</a></li>
<li>Update SDK, copy logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4755">microsoft/vstest#4755</a></li>
<li>Fix staircase in logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4756">microsoft/vstest#4756</a></li>
<li>Update dump client to latest by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4724">microsoft/vstest#4724</a></li>
<li>[rel/17.9] Disable testhost prestart by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4836">microsoft/vstest#4836</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jithu7432"><code>@​jithu7432</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/4698">microsoft/vstest#4698</a></li>
<li><a href="https://github.com/mcartoixa"><code>@​mcartoixa</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">microsoft/vstest#2702</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0">https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0</a></p>
<h2>v17.9.0-release-23619-01</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01</a></p>
<h2>v17.9.0-preview-23577-04</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated VSSDK.BuildTools version by <a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4765">#4765</a></li>
<li>Update dump client to latest by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4724">#4724</a></li>
<li>Fix staircase in logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4756">#4756</a></li>
<li>Create a proper MSBuild ToolTask based VSTestTask by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">#2702</a></li>
<li>Fix CPU is consumed by polling frequently when there is no subscriber by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>, <a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4735">#4735</a></li>
<li>Remove javascript in <code>HtmlLogger</code> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4744">#4744</a></li>
<li>Update VSIX metadata by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4550">#4550</a></li>
<li>Add platform guard by <a href="https://github.com/dotMorten"><code>@​dotMorten</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4737">#4737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04</a></p>
<h2>v17.9.0-preview-23531-01</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01</a></p>
<h2>v17.9.0-preview-23503-02</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove dependency on Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4693">#4693</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02">https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/a77b8d5b4aa89504bbff10e2880c27fd55adc55b"><code>a77b8d5</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/60eca4b7f34b04b127a9297037096ca47857425d"><code>60eca4b</code></a> Disable testhost prestart (<a href="https://redirect.github.com/microsoft/vstest/issues/4833">#4833</a>) (<a href="https://redirect.github.com/microsoft/vstest/issues/4836">#4836</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/053d7114a72aac12d1382ecc2a23b2dfdd5b084b"><code>053d711</code></a> Replaced obsolete NuGetAuthenticate@ 0 with NuGetAuthenticate@ 1 (<a href="https://redirect.github.com/microsoft/vstest/issues/4800">#4800</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f33b3e4ec550c48607057bf051574c048d3ef7b6"><code>f33b3e4</code></a> Fixed version in tests (<a href="https://redirect.github.com/microsoft/vstest/issues/4790">#4790</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f8d273c3d503a0513e7a93dd44fa06ab4b38ef23"><code>f8d273c</code></a> Changed pre-release label version (<a href="https://redirect.github.com/microsoft/vstest/issues/4786">#4786</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/2cda152e0b9c3a4bb474b40e52c646df67f774a4"><code>2cda152</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/0b981467e2bec3b945957f1a0df2cb576ece4b04"><code>0b98146</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/e017f6270cd76203f0290a6253c15ed20a03a3fd"><code>e017f62</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/4572ac35d2bb1c3c8de81eab54cc99ec76f987c2"><code>4572ac3</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/9ba40788aa9f1a794a71e9d3055a246cb62381e9"><code>9ba4078</code></a> [main] Update dependencies from dotnet/arcade (<a href="https://redirect.github.com/microsoft/vstest/issues/4767">#4767</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.8.0&new-version=17.9.0)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
…arp (apache#40049)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p>
<blockquote>
<h2>v17.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove dependency on Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4693">microsoft/vstest#4693</a></li>
<li>Add platform guard by <a href="https://github.com/dotMorten"><code>@​dotMorten</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4737">microsoft/vstest#4737</a></li>
<li>Remove javascript in <code>HtmlLogger</code> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4744">microsoft/vstest#4744</a></li>
<li>Fix CPU is consumed by polling frequently when there is no subscriber by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4735">microsoft/vstest#4735</a></li>
<li>Create a proper MSBuild ToolTask based VSTestTask by <a href="https://github.com/mcartoixa"><code>@​mcartoixa</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">microsoft/vstest#2702</a></li>
<li>Update SDK, copy logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4755">microsoft/vstest#4755</a></li>
<li>Fix staircase in logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4756">microsoft/vstest#4756</a></li>
<li>Update dump client to latest by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4724">microsoft/vstest#4724</a></li>
<li>[rel/17.9] Disable testhost prestart by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4836">microsoft/vstest#4836</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jithu7432"><code>@​jithu7432</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/4698">microsoft/vstest#4698</a></li>
<li><a href="https://github.com/mcartoixa"><code>@​mcartoixa</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">microsoft/vstest#2702</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0">https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0</a></p>
<h2>v17.9.0-release-23619-01</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01</a></p>
<h2>v17.9.0-preview-23577-04</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated VSSDK.BuildTools version by <a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4765">#4765</a></li>
<li>Update dump client to latest by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4724">#4724</a></li>
<li>Fix staircase in logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4756">#4756</a></li>
<li>Create a proper MSBuild ToolTask based VSTestTask by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">#2702</a></li>
<li>Fix CPU is consumed by polling frequently when there is no subscriber by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>, <a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4735">#4735</a></li>
<li>Remove javascript in <code>HtmlLogger</code> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4744">#4744</a></li>
<li>Update VSIX metadata by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4550">#4550</a></li>
<li>Add platform guard by <a href="https://github.com/dotMorten"><code>@​dotMorten</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4737">#4737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04</a></p>
<h2>v17.9.0-preview-23531-01</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01</a></p>
<h2>v17.9.0-preview-23503-02</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove dependency on Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4693">#4693</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02">https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/a77b8d5b4aa89504bbff10e2880c27fd55adc55b"><code>a77b8d5</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/60eca4b7f34b04b127a9297037096ca47857425d"><code>60eca4b</code></a> Disable testhost prestart (<a href="https://redirect.github.com/microsoft/vstest/issues/4833">#4833</a>) (<a href="https://redirect.github.com/microsoft/vstest/issues/4836">#4836</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/053d7114a72aac12d1382ecc2a23b2dfdd5b084b"><code>053d711</code></a> Replaced obsolete NuGetAuthenticate@ 0 with NuGetAuthenticate@ 1 (<a href="https://redirect.github.com/microsoft/vstest/issues/4800">#4800</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f33b3e4ec550c48607057bf051574c048d3ef7b6"><code>f33b3e4</code></a> Fixed version in tests (<a href="https://redirect.github.com/microsoft/vstest/issues/4790">#4790</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f8d273c3d503a0513e7a93dd44fa06ab4b38ef23"><code>f8d273c</code></a> Changed pre-release label version (<a href="https://redirect.github.com/microsoft/vstest/issues/4786">#4786</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/2cda152e0b9c3a4bb474b40e52c646df67f774a4"><code>2cda152</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/0b981467e2bec3b945957f1a0df2cb576ece4b04"><code>0b98146</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/e017f6270cd76203f0290a6253c15ed20a03a3fd"><code>e017f62</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/4572ac35d2bb1c3c8de81eab54cc99ec76f987c2"><code>4572ac3</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/9ba40788aa9f1a794a71e9d3055a246cb62381e9"><code>9ba4078</code></a> [main] Update dependencies from dotnet/arcade (<a href="https://redirect.github.com/microsoft/vstest/issues/4767">#4767</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.8.0&new-version=17.9.0)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
…arp (apache#40049)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p>
<blockquote>
<h2>v17.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove dependency on Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4693">microsoft/vstest#4693</a></li>
<li>Add platform guard by <a href="https://github.com/dotMorten"><code>@​dotMorten</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4737">microsoft/vstest#4737</a></li>
<li>Remove javascript in <code>HtmlLogger</code> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4744">microsoft/vstest#4744</a></li>
<li>Fix CPU is consumed by polling frequently when there is no subscriber by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4735">microsoft/vstest#4735</a></li>
<li>Create a proper MSBuild ToolTask based VSTestTask by <a href="https://github.com/mcartoixa"><code>@​mcartoixa</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">microsoft/vstest#2702</a></li>
<li>Update SDK, copy logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4755">microsoft/vstest#4755</a></li>
<li>Fix staircase in logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4756">microsoft/vstest#4756</a></li>
<li>Update dump client to latest by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4724">microsoft/vstest#4724</a></li>
<li>[rel/17.9] Disable testhost prestart by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4836">microsoft/vstest#4836</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jithu7432"><code>@​jithu7432</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/4698">microsoft/vstest#4698</a></li>
<li><a href="https://github.com/mcartoixa"><code>@​mcartoixa</code></a> made their first contribution in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">microsoft/vstest#2702</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0">https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0</a></p>
<h2>v17.9.0-release-23619-01</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23577-04...v17.9.0-release-23619-01</a></p>
<h2>v17.9.0-preview-23577-04</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated VSSDK.BuildTools version by <a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4765">#4765</a></li>
<li>Update dump client to latest by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4724">#4724</a></li>
<li>Fix staircase in logger by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4756">#4756</a></li>
<li>Create a proper MSBuild ToolTask based VSTestTask by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/2702">#2702</a></li>
<li>Fix CPU is consumed by polling frequently when there is no subscriber by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>, <a href="https://github.com/cvpoienaru"><code>@​cvpoienaru</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4735">#4735</a></li>
<li>Remove javascript in <code>HtmlLogger</code> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4744">#4744</a></li>
<li>Update VSIX metadata by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4550">#4550</a></li>
<li>Add platform guard by <a href="https://github.com/dotMorten"><code>@​dotMorten</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4737">#4737</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23531-01...v17.9.0-preview-23577-04</a></p>
<h2>v17.9.0-preview-23531-01</h2>
<h2>What's Changed</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01">https://github.com/microsoft/vstest/compare/v17.9.0-preview-23503-02...v17.9.0-preview-23531-01</a></p>
<h2>v17.9.0-preview-23503-02</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove dependency on Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4693">#4693</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02">https://github.com/microsoft/vstest/compare/v17.8.0-release-23468-02...v17.9.0-preview-23503-02</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/a77b8d5b4aa89504bbff10e2880c27fd55adc55b"><code>a77b8d5</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/60eca4b7f34b04b127a9297037096ca47857425d"><code>60eca4b</code></a> Disable testhost prestart (<a href="https://redirect.github.com/microsoft/vstest/issues/4833">#4833</a>) (<a href="https://redirect.github.com/microsoft/vstest/issues/4836">#4836</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/053d7114a72aac12d1382ecc2a23b2dfdd5b084b"><code>053d711</code></a> Replaced obsolete NuGetAuthenticate@ 0 with NuGetAuthenticate@ 1 (<a href="https://redirect.github.com/microsoft/vstest/issues/4800">#4800</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f33b3e4ec550c48607057bf051574c048d3ef7b6"><code>f33b3e4</code></a> Fixed version in tests (<a href="https://redirect.github.com/microsoft/vstest/issues/4790">#4790</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f8d273c3d503a0513e7a93dd44fa06ab4b38ef23"><code>f8d273c</code></a> Changed pre-release label version (<a href="https://redirect.github.com/microsoft/vstest/issues/4786">#4786</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/2cda152e0b9c3a4bb474b40e52c646df67f774a4"><code>2cda152</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/0b981467e2bec3b945957f1a0df2cb576ece4b04"><code>0b98146</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/e017f6270cd76203f0290a6253c15ed20a03a3fd"><code>e017f62</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/4572ac35d2bb1c3c8de81eab54cc99ec76f987c2"><code>4572ac3</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/9ba40788aa9f1a794a71e9d3055a246cb62381e9"><code>9ba4078</code></a> [main] Update dependencies from dotnet/arcade (<a href="https://redirect.github.com/microsoft/vstest/issues/4767">#4767</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.8.0&new-version=17.9.0)](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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant