Skip to content

Commit

Permalink
maint(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3 (#359)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from
17.5.0 to 17.6.3.
<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.6.3</h2>
<h3>Issues Fixed</h3>
<ul>
<li>[rel/17.6] Update version to 17.6.3 by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4555">#4555</a></li>
<li>[rel/17.6] Disable pre-start of testhosts by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4554">#4554</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/vstest/compare/v17.6.2...v17.6.3">https://github.com/microsoft/vstest/compare/v17.6.2...v17.6.3</a></p>
<h3>Artifacts</h3>
<ul>
<li>TestPlatform vsix: <a
href="https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/20230627-01;/TestPlatform.vsix">17.6.3</a></li>
<li>Microsoft.TestPlatform.ObjectModel : <a
href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.3">17.6.3</a></li>
</ul>
<h2>v17.6.2</h2>
<h2>Fixes</h2>
<p>This patch addresses the problems that were introduced in 17.6.0 that
happen when running on AzDo with the default <em>test</em>.dll filter,
which includes additional TestPlatform dlls into the run and fails
it.</p>
<p>To mitigate this issue we solved the bug in 17.6.1, and added
additional exclusions for known assemblies that are coming from
TestPlatform and commonly used test adapters, to avoid trying to run
tests from those assemblies.</p>
<p>Description and workarounds for this issue are available here: <a
href="https://redirect.github.com/microsoft/vstest/issues/4516">microsoft/vstest#4516</a></p>
<ul>
<li>[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4512">microsoft/vstest#4512</a></li>
<li>[rel/17.6] Filter out known platform sources by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4517">microsoft/vstest#4517</a></li>
<li>[rel/17.6] Exclude also known resource dlls by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4528">microsoft/vstest#4528</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2">https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.2</a></p>
<p>Artifacts
TestPlatform vsix: <a
href="https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/v17.6.2;/TestPlatform.vsix">17.6.2</a>
Microsoft.TestPlatform.ObjectModel : <a
href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.2">17.6.2</a></p>
<h2>v17.6.1</h2>
<h3>Issues Fixed</h3>
<p>This is a tiny patch to fixup few latest issues,</p>
<ul>
<li>
<p>Fix no-suitable provider found by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4474">microsoft/vstest#4474</a>
which fixes <a
href="https://redirect.github.com/microsoft/vstest/issues/4467">#4467</a></p>
<p>When .NET Portable or .NET Standard dlls are provided to the run, the
run crashes with &quot;No suitable test runtime provider was
found&quot;, which is a regression introduced in 17.6.0.
<img
src="https://user-images.githubusercontent.com/11354648/239257444-4199e185-4884-43c8-9f23-4f8181572191.png"
alt="" /></p>
</li>
<li>
<p>Fix hangdump running into crashdump by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4480">microsoft/vstest#4480</a>
which fixes <a
href="https://redirect.github.com/microsoft/vstest/issues/4378">#4378</a></p>
<p>Running --blame-hang and --blame-crash at the same time, can result
in --blame-hang cancelling --blame-crash, and killing the testhost in
the process, resulting in no dumps being created. This fix waits for
--blame-crash to finish dumping the process, and then it creates hang
dump.</p>
</li>
<li>
<p>Update Nuget.Frameworks by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4500">microsoft/vstest#4500</a>
which fixes <a
href="https://redirect.github.com/microsoft/vstest/issues/4409">#4409</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/vstest/commit/e7ea853f64af5a4c240acaf9e54cdae3ae0eb7bb"><code>e7ea853</code></a>
[rel/17.6] Update version to 17.6.3 (<a
href="https://redirect.github.com/microsoft/vstest/issues/4555">#4555</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/bda2d1e387c47db04a99ae2beee4261ba452e4c7"><code>bda2d1e</code></a>
[rel/17.6] Disable pre-start of testhosts (<a
href="https://redirect.github.com/microsoft/vstest/issues/4554">#4554</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/911a038b281705683d730f2ac48ce01328371e8a"><code>911a038</code></a>
[rel/17.6] Exclude also known resource dlls (<a
href="https://redirect.github.com/microsoft/vstest/issues/4528">#4528</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/4f929dd265fb29e44ffdfb69f6343d1ca53cf2b0"><code>4f929dd</code></a>
[rel/17.6] Filter out known platform sources (<a
href="https://redirect.github.com/microsoft/vstest/issues/4517">#4517</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/3c283e0b5de53844ede554c25a69bba46e9d954d"><code>3c283e0</code></a>
[rel/17.6] Downgrade Nuget.Frameworks to 6.5.0 (<a
href="https://redirect.github.com/microsoft/vstest/issues/4512">#4512</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/5121d9feaef6811adc92efb56e1cffc494c8dfb5"><code>5121d9f</code></a>
[rel/17.6] Update Nuget.Frameworks (<a
href="https://redirect.github.com/microsoft/vstest/issues/4500">#4500</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/00967c5d2d42e9485fe1726376ded79491a4e973"><code>00967c5</code></a>
[rel/17.6] Fix hangdump running into crashdump (<a
href="https://redirect.github.com/microsoft/vstest/issues/4480">#4480</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/90efc14193228735cd6849ed6641b6b5c6d9b5af"><code>90efc14</code></a>
Disable internal build on new pipeline (<a
href="https://redirect.github.com/microsoft/vstest/issues/4476">#4476</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/0e34e21ef919eac5904a20b8862bc273350a0c46"><code>0e34e21</code></a>
Merge branch 'rel/17.6' of <a
href="https://github.com/microsoft/vstest">https://github.com/microsoft/vstest</a>
into rel/17.6</li>
<li><a
href="https://github.com/microsoft/vstest/commit/1db7dc07ac94db3648e1aafed49d810e534f3650"><code>1db7dc0</code></a>
Bump to 17.6.1 in targets</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/vstest/compare/v17.5.0...v17.6.3">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.5.0&new-version=17.6.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 42e4864 commit 35203e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 35203e9

Please sign in to comment.