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 15.8.0 to 17.7.0 in /csharp #37038

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps Microsoft.NET.Test.Sdk from 15.8.0 to 17.7.0.

Release notes

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

v17.7.0

Issues Fixed

  • RTM build fix
  • [rel/17.7] Fix branding on 17.7-release #4615
  • Externals final 17.7 upgrade #4565
  • "Snap" main to rel/17.7 #4558
  • Disable pre-start of testhosts #4554
  • Downgrade Nuget.Frameworks to 6.5.0 #4512
  • Update Nuget.Frameworks #4500
  • Fix hangdump running into crashdump #4480
  • Fix no-suitable provider found #4474
  • Fix Newtonsoft versions in testhost.deps.json #4372
  • Bumped TP version to 17.7.0 (#4346)

Full Changelog: here

Drops

  • Microsoft.TestPlatform.ObjectModel : v17.7.0

v17.7.0-preview-23364-03

Issues Fixed

  • Trim away netframework targets in source-build #4357
  • Re-enable publishing nugets, don't continue on error #4356
  • Merged PR 30352: arcade into main
  • Merged PR 29591: Onboard to arcade

Full Changelog: here

Drops

v17.7.0-preview.23280.1

⚠️ This version of Microsoft.TestPlatform nuget was unlisted on Nuget.org, because it causes issues when running tests in AzureDevOps, when VSTest installer is used, and configured to pick up the latest preview version (#4544).

What is new since 17.6.0?

Version 17.7.0 was filled with moving our infrastructure to build via Arcade, which brought us a more unified build experience and better cooperation with other teams in dotnet organization.

This migration brought a major change to our versioning of preview packages, which will no longer follow the 17.6.0-preview-20230223-05 (<version>-preview<date>-<build>).

Fixes

... (truncated)

Changelog

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

Release Notes

17.6.1 and newer

Please see release notes directly in the release page: https://github.com/microsoft/vstest/releases

17.6.0

Issues Fixed

  • Add legacy feeds
  • [rel/17.6] Fix Newtonsoft versions in testhost.deps.json #4372
  • Revert "Revert "Fix signature verification" (#4333" #4345
  • Revert "Fix signature verification" #4333
  • Fix signature verification #4331
  • Pre-start testhosts #3666
  • Add dotnet vstest deprecation message #4297
  • Catch unhandled exception and avoid crash on test host exit #4291
  • Remove chutzpah #4249
  • Fix string conversion of Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome #4243
  • Fix potential trx logger NRE #4240
  • handle object disposed exception #4221
  • Added support for checking testhost compatibility with test sessions #4199

See full log here

Artifacts

  • TestPlatform vsix: 17.6.0
  • Microsoft.TestPlatform.ObjectModel : 17.6.0

17.3.3

Issues Fixed

  • [rel/17.3] Update Newtonsoft.Json to 13.0.1 #4299

See full log here

Drops

  • TestPlatform vsix: 17.3.3
  • Microsoft.TestPlatform.ObjectModel : 17.3.3

17.2.1

Issues Fixed

  • [rel/17.2] Update Newtonsoft.Json to 13.0.1 #4310

See full log here

... (truncated)

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 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)

@dependabot dependabot bot requested a review from westonpace as a code owner August 7, 2023 16:45
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Aug 7, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/Microsoft.NET.Test.Sdk-17.7.0 branch 4 times, most recently from 182b850 to 656f6ba Compare August 8, 2023 00:34
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 15.8.0 to 17.7.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v15.8.0...v17.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/Microsoft.NET.Test.Sdk-17.7.0 branch from 656f6ba to ff8a0b5 Compare August 8, 2023 00:34
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 21e1e00 into main Aug 8, 2023
16 of 20 checks passed
@kou kou removed the awaiting review Awaiting review label Aug 8, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/Microsoft.NET.Test.Sdk-17.7.0 branch August 8, 2023 05:02
@github-actions github-actions bot added the awaiting merge Awaiting merge label Aug 8, 2023
@conbench-apache-arrow
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…arp (apache#37038)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 15.8.0 to 17.7.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.7.0</h2>
<h3>Issues Fixed</h3>
<ul>
<li>RTM build fix</li>
<li>[rel/17.7] Fix branding on 17.7-release <a href="https://redirect.github.com/microsoft/vstest/pull/4615">#4615</a></li>
<li>Externals final 17.7 upgrade <a href="https://redirect.github.com/microsoft/vstest/pull/4565">#4565</a></li>
<li>&quot;Snap&quot; main to rel/17.7 <a href="https://redirect.github.com/microsoft/vstest/pull/4558">#4558</a></li>
<li>Disable pre-start of testhosts <a href="https://redirect.github.com/microsoft/vstest/pull/4554">#4554</a></li>
<li>Downgrade Nuget.Frameworks to 6.5.0 <a href="https://redirect.github.com/microsoft/vstest/pull/4512">#4512</a></li>
<li>Update Nuget.Frameworks <a href="https://redirect.github.com/microsoft/vstest/pull/4500">#4500</a></li>
<li>Fix hangdump running into crashdump <a href="https://redirect.github.com/microsoft/vstest/pull/4480">#4480</a></li>
<li>Fix no-suitable provider found <a href="https://redirect.github.com/microsoft/vstest/pull/4474">#4474</a></li>
<li>Fix Newtonsoft versions in testhost.deps.json <a href="https://redirect.github.com/microsoft/vstest/pull/4372">#4372</a></li>
<li>Bumped TP version to 17.7.0 (<a href="https://redirect.github.com/microsoft/vstest/issues/4346">#4346</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0">here</a></p>
<h3>Drops</h3>
<ul>
<li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0">v17.7.0</a></li>
</ul>
<h2>v17.7.0-preview-23364-03</h2>
<h3>Issues Fixed</h3>
<ul>
<li>Trim away netframework targets in source-build <a href="https://redirect.github.com/microsoft/vstest/pull/4357">#4357</a></li>
<li>Re-enable publishing nugets, don't continue on error <a href="https://redirect.github.com/microsoft/vstest/pull/4356">#4356</a></li>
<li>Merged PR 30352: arcade into main</li>
<li>Merged PR 29591: Onboard to arcade</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/before-arcade...v17.7.0-preview-23364-03">here</a></p>
<h3>Drops</h3>
<ul>
<li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0-preview.23280.1">17.7.0-preview-23364-03</a></li>
</ul>
<h2>v17.7.0-preview.23280.1</h2>
<blockquote>
<p>⚠️ This version of Microsoft.TestPlatform nuget was unlisted on Nuget.org, because it causes issues when running tests in AzureDevOps, when VSTest installer is used, and configured to pick up the latest preview version (<a href="https://redirect.github.com/microsoft/vstest/issues/4544">#4544</a>).</p>
</blockquote>

<h1>What is new since 17.6.0?</h1>
<p>Version 17.7.0 was filled with moving our infrastructure to build via <a href="https://github.com/dotnet/arcade">Arcade</a>, which brought us a more unified build experience and better cooperation with other teams in dotnet organization.</p>
<p>This migration brought a major change to our versioning of preview packages, which will no longer follow the <code>17.6.0-preview-20230223-05</code> (<code>&lt;version&gt;-preview&lt;date&gt;-&lt;build&gt;</code>).</p>
<h2>Fixes</h2>
<ul>
<li>Don't print socket transport error in console by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4493">microsoft/vstest#4493</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/blob/main/docs/releases.md">Microsoft.NET.Test.Sdk's changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<h2>17.6.1 and newer</h2>
<p>Please see release notes directly in the release page: <a href="https://github.com/microsoft/vstest/releases">https://github.com/microsoft/vstest/releases</a></p>
<h2>17.6.0</h2>
<h3>Issues Fixed</h3>
<ul>
<li>Add legacy feeds</li>
<li>[rel/17.6] Fix Newtonsoft versions in testhost.deps.json <a href="https://redirect.github.com/microsoft/vstest/pull/4372">#4372</a></li>
<li>Revert &quot;Revert &quot;Fix signature verification&quot; (<a href="https://redirect.github.com/microsoft/vstest/issues/4333">#4333</a>&quot; <a href="https://redirect.github.com/microsoft/vstest/pull/4345">#4345</a></li>
<li>Revert &quot;Fix signature verification&quot; <a href="https://redirect.github.com/microsoft/vstest/pull/4333">#4333</a></li>
<li>Fix signature verification <a href="https://redirect.github.com/microsoft/vstest/pull/4331">#4331</a></li>
<li>Pre-start testhosts <a href="https://redirect.github.com/microsoft/vstest/pull/3666">#3666</a></li>
<li>Add <code>dotnet vstest</code> deprecation message <a href="https://redirect.github.com/microsoft/vstest/pull/4297">#4297</a></li>
<li>Catch unhandled exception and avoid crash on test host exit <a href="https://redirect.github.com/microsoft/vstest/pull/4291">#4291</a></li>
<li>Remove chutzpah <a href="https://redirect.github.com/microsoft/vstest/pull/4249">#4249</a></li>
<li>Fix string conversion of <code>Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome</code> <a href="https://redirect.github.com/microsoft/vstest/pull/4243">#4243</a></li>
<li>Fix potential trx logger NRE <a href="https://redirect.github.com/microsoft/vstest/pull/4240">#4240</a></li>
<li>handle object disposed exception <a href="https://redirect.github.com/microsoft/vstest/pull/4221">#4221</a></li>
<li>Added support for checking testhost compatibility with test sessions <a href="https://redirect.github.com/microsoft/vstest/pull/4199">#4199</a></li>
</ul>
<p>See full log <a href="https://github.com/microsoft/vstest/compare/v17.5.0...v17.6.0">here</a></p>
<h3>Artifacts</h3>
<ul>
<li>TestPlatform vsix: <a href="https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/20230515-01;/TestPlatform.vsix">17.6.0</a></li>
<li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.0">17.6.0</a></li>
</ul>
<h2>17.3.3</h2>
<h3>Issues Fixed</h3>
<ul>
<li>[rel/17.3] Update Newtonsoft.Json to 13.0.1 <a href="https://redirect.github.com/microsoft/vstest/pull/4299">#4299</a></li>
</ul>
<p>See full log <a href="https://github.com/microsoft/vstest/compare/v17.3.2...v17.3.3">here</a></p>
<h3>Drops</h3>
<ul>
<li>TestPlatform vsix: <a href="https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.3/20230324-03;/TestPlatform.vsix">17.3.3</a></li>
<li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.3.3">17.3.3</a></li>
</ul>
<h2>17.2.1</h2>
<h3>Issues Fixed</h3>
<ul>
<li>[rel/17.2] Update Newtonsoft.Json to 13.0.1 <a href="https://redirect.github.com/microsoft/vstest/pull/4310">#4310</a></li>
</ul>
<p>See full log <a href="https://github.com/microsoft/vstest/compare/v17.2.0...v17.2.1">here</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/246832ceaa77ef978eebaeac5199bc56731747a1"><code>246832c</code></a> RTM build fix</li>
<li><a href="https://github.com/microsoft/vstest/commit/f6bfa29dc08ae44ab27a9cf2d98ad18c4e62dbe7"><code>f6bfa29</code></a> [rel/17.7] Fix branding on 17.7-release (<a href="https://redirect.github.com/microsoft/vstest/issues/4615">#4615</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/bc17bb9693cfc4778ded51aa0ab7f1065433f989"><code>bc17bb9</code></a> [rel/17.7] Update dependencies from devdiv/DevDiv/vs-code-coverage (<a href="https://redirect.github.com/microsoft/vstest/issues/4602">#4602</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f0bc50efe4379126b49b24123f247cce0cf83f04"><code>f0bc50e</code></a> Revert &quot;Fix yml to generate RTM/stable version &amp; fix symbol check issues (<a href="https://redirect.github.com/microsoft/vstest/issues/46">#46</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/fab9246e637e863a1c4311eff462035168ce7907"><code>fab9246</code></a> Fix yml to generate RTM/stable version &amp; fix symbol check issues (<a href="https://redirect.github.com/microsoft/vstest/issues/4600">#4600</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/d7f4faa42b22ba20d697b530dd6809a0c02e6278"><code>d7f4faa</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/132324c9f65e0dc9e6b76fe0d34a13227e2d3b36"><code>132324c</code></a> Consume localized resources in source-build (<a href="https://redirect.github.com/microsoft/vstest/issues/4564">#4564</a>) (<a href="https://redirect.github.com/microsoft/vstest/issues/4567">#4567</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/18e0eaa980b569c039332054d52d2f1f6ba70823"><code>18e0eaa</code></a> Externals final 17.7 upgrade (<a href="https://redirect.github.com/microsoft/vstest/issues/4565">#4565</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/3d3375aaa35de7cf4ee7bf040501f931d5ff1d5f"><code>3d3375a</code></a> &quot;Snap&quot; main to rel/17.7 (<a href="https://redirect.github.com/microsoft/vstest/issues/4558">#4558</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/b98693475c6da4ce648099eed3e77b61dcb3ca61"><code>b986934</code></a> Merge main in rel/17.7 (<a href="https://redirect.github.com/microsoft/vstest/issues/4540">#4540</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v15.8.0...v17.7.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=15.8.0&new-version=17.7.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 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: Sutou Kouhei <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge 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.

1 participant