Skip to content

Commit fc43b5b

Browse files
chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#285)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.1 to 17.6.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.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> </blockquote> </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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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>See full diff in <a href="https://github.com/microsoft/vstest/compare/v17.6.1...v17.6.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.1&new-version=17.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 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>
1 parent dec6550 commit fc43b5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/FMData.Rest.Tests/FMData.Rest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</ItemGroup>
4747

4848
<ItemGroup>
49-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
49+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
5050
<PackageReference Include="moq" Version="4.18.4" />
5151
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
5252
<PackageReference Include="xunit.runner.console" Version="2.4.2" />

tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
1515
<PackageReference Include="moq" Version="4.18.4" />
1616
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
1717
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)