Skip to content

Commit

Permalink
build(deps): bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 in /in…
Browse files Browse the repository at this point in the history
…tegrationtests (#3604)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from
17.6.3 to 17.7.2.
<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.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix cannot find System.Text.Json by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/pull/4669">microsoft/vstest#4669</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/vstest/compare/v17.7.1...v17.7.2">https://github.com/microsoft/vstest/compare/v17.7.1...v17.7.2</a></p>
<h2>v17.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Take System dlls from testhost folder to fix running .NET Framework
dlls on mono and under VS on Mac in <a
href="https://redirect.github.com/microsoft/vstest/issues/4610">#4610</a>
by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
<li>Fix hangs in parallel execution and discovery in <a
href="https://redirect.github.com/microsoft/vstest/issues/4629">#4629</a>
by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a></li>
<li>Fix executable bitness for testhost.x86 in <a
href="https://redirect.github.com/microsoft/vstest/issues/4654">#4654</a>
by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.1">https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.1</a></p>
<h2>v17.7.0</h2>
<blockquote>
<p>⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from
Nuget.org, we've encountered an unexpected issue with versioning which
prevents it from being used in all AzDO clients. We are working on a
fix.</p>
</blockquote>
<p>The most pressing issues were all backported to <a
href="https://github.com/microsoft/vstest/releases/tag/v17.6.1">17.6.1</a>,
<a
href="https://github.com/microsoft/vstest/releases/tag/v17.6.2">17.6.2</a>
and <a
href="https://github.com/microsoft/vstest/releases/tag/v17.6.3">17.6.3</a>.</p>
<h2>Issues fixed (since 17.6.3)</h2>
<ul>
<li>
<p>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/issues/4493">#4493</a>
which fixes <a
href="https://redirect.github.com/microsoft/vstest/issues/4461">#4461</a>
When testhost crashes, we no longer print the transport error:</p>
<pre><code>---&gt; System.Exception: Unable to read data from the
transport connection:
		An existing connection was forcibly closed by the remote host..
</code></pre>
<p>This error is a side-effect or our architecture is almost never the
culprit. Instead it leads developers away from the actual issue which is
crash of testhost, or datacollector.</p>
</li>
<li>
<p>Pass workloads to proxy managers in <a
href="https://redirect.github.com/microsoft/vstest/issues/4422">#4422</a>
by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>
Which allows datacollector users to only receive the sources that are
currently running in the testhost associated to datacollector, instead
of all the sources that have the same target framework.</p>
</li>
<li>
<p>Fix Newtonsoft versions in testhost.deps.json in <a
href="https://redirect.github.com/microsoft/vstest/issues/4367">#4367</a>
by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>
testhost.runtimeconfig.json files that we ship with testhost contained
an old version of Newtonsoft.Json. The version in this file does not
have an effect on execution, but some compliance tools statically
analyze it and report possible vulnerabilities.</p>
</li>
</ul>
<p>Other fixes:</p>
<ul>
<li>Replacing calls to BuildMultipleAssemblyPath when passing only one
source in acceptance tests in <a
href="https://redirect.github.com/microsoft/vstest/issues/4358">#4358</a>
by <a
href="https://github.com/daveMueller"><code>@​daveMueller</code></a></li>
<li>Check for null Path in <a
href="https://redirect.github.com/microsoft/vstest/issues/4391">#4391</a>
by <a href="https://github.com/lewing"><code>@​lewing</code></a></li>
<li>Remove unused variable in <a
href="https://redirect.github.com/microsoft/vstest/issues/4425">#4425</a>
by <a
href="https://github.com/mthalman"><code>@​mthalman</code></a></li>
<li>Fix execution gets stucks on single netstandard source by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/vstest/issues/4497">#4497</a>
which fixes <a
href="https://redirect.github.com/microsoft/vstest/issues/4392">#4392</a></li>
<li>TestObject use ConcurrentDictionary instead of Dictionary in <a
href="https://redirect.github.com/microsoft/vstest/issues/4450">#4450</a>
by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
<li>Drop usage of Microsoft.Internal.TestPlatform.Remote in <a
href="https://redirect.github.com/microsoft/vstest/issues/4456">#4456</a>
by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
</ul>
<p>Special thanks to <a
href="https://github.com/SimonCropp"><code>@​SimonCropp</code></a> for
the many fixes regarding nullability spelling and code style in <a
href="https://redirect.github.com/microsoft/vstest/issues/4518">#4518</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4520">#4520</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4525">#4525</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4526">#4526</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4521">#4521</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4519">#4519</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4522">#4522</a>,
<a
href="https://redirect.github.com/microsoft/vstest/issues/4529">#4529</a>
🙇</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/vstest/commit/604e7beeb3abe7e351a7bb5e507bea66d76a5888"><code>604e7be</code></a>
[rel/17.7] Fix cannot find System.Text.Json (<a
href="https://redirect.github.com/microsoft/vstest/issues/4669">#4669</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/76fea143ffe5e3883dcd04e0923b4b8e1e158145"><code>76fea14</code></a>
Fix executable bitness for testhost.x86 (<a
href="https://redirect.github.com/microsoft/vstest/issues/4652">#4652</a>)
(<a
href="https://redirect.github.com/microsoft/vstest/issues/4654">#4654</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/c59bb292a6a72ca9268439f50931dd5d1cc4ded2"><code>c59bb29</code></a>
RTM build fix (<a
href="https://redirect.github.com/microsoft/vstest/issues/4643">#4643</a>)</li>
<li><a
href="https://github.com/microsoft/vstest/commit/52b57f08f0c7860f087f2a02ba9fc360c52f8644"><code>52b57f0</code></a>
Backport recent fixes (<a
href="https://redirect.github.com/microsoft/vstest/issues/4632">#4632</a>)</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>Additional commits viewable in <a
href="https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.2">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.6.3&new-version=17.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2023
1 parent f89f1f9 commit 9bb693b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.console" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 9bb693b

Please sign in to comment.