Skip to content

Commit

Permalink
chore(deps): Bump MSTest.TestAdapter and MSTest.TestFramework from 3.…
Browse files Browse the repository at this point in the history
…6.4 to 3.7.0 in /csharp-selenium-webdriver-sample (#1706)

These two dependencies need to be updated together.

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from
3.6.4 to 3.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/releases">MSTest.TestAdapter's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.0</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.7.0">here</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestAdapter's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->[3.7.0] - 2024-12-20</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0">here</a></p>
<h3>Added</h3>
<ul>
<li>MSTEST0029 code fix by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3747">#3747</a></li>
<li>Add codefix for MSTEST0025 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3756">#3756</a></li>
<li>Add codefix for MSTEST0022 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3770">#3770</a></li>
<li>Add codefix for MSTEST0020 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3798">#3798</a></li>
<li>Add code fix for MSTEST0019 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3812">#3812</a></li>
<li>Add support for testconfig.json entries in MSTest by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3872">#3872</a></li>
<li>Implement method lookup for dynamic data by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3892">#3892</a></li>
<li>Add TestData property to the TestContext by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4015">#4015</a></li>
<li>Add TestException property to the TestContext by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4018">#4018</a></li>
<li>Add code fix for MSTEST0021 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3827">#3827</a></li>
<li>Add TestDisplayName property to the TestContext by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4037">#4037</a></li>
<li>Implement codefix for MSTEST0006 (AvoidExpectedException) by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4038">#4038</a></li>
<li>Implement 'Use proper Assert methods' analyzer by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4052">#4052</a></li>
<li>Support ValueTask-returning test methods for all target frameworks
by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4059">#4059</a></li>
<li>Support rsp in MTP by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4072">#4072</a></li>
<li>Enable UseProperAssertMethodsAnalyzer by default by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4076">#4076</a></li>
<li>Add property to SDK for Fakes feature by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4121">#4121</a></li>
<li>Support VS/.NET CLI localization in MTP, and add our own env
variable as well by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4122">#4122</a></li>
<li>Implement <code>--config</code> for specifying testconfig.json file
by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4124">#4124</a></li>
<li>Add mac os on pr pipeline by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4155">#4155</a></li>
<li>Implement codefix for MSTEST0037: Use proper 'Assert' methods by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4162">#4162</a></li>
<li>Build targeting net9.0 by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4167">#4167</a></li>
<li>Add a MSTest sample with a program.cs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4201">#4201</a></li>
<li>Obsolete public types that should not be public by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4208">#4208</a></li>
<li>Allow to disable test expansion on implementations of
ITestDataSource by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4269">#4269</a></li>
<li>Display an error when '--maximum-failed-tests' is used with a
framewo… by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4326">#4326</a></li>
<li>Make MSTest.TestFramework depends upon MSTest.Analyzers (<a
href="https://redirect.github.com/microsoft/testfx/issues/4351">#4351</a>)
by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4361">#4361</a></li>
<li>Add support for ValueTuple for all target frameworks (<a
href="https://redirect.github.com/microsoft/testfx/issues/4360">#4360</a>)
by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4364">#4364</a></li>
<li>Support 'TestPropertyAttribute' on test classes by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4249">#4249</a></li>
<li>Support '--maximum-failed-tests' to abort test run when failure
threshold is reached by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4238">#4238</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix MSTEST0034 doesn't handle ClassCleanupExecutionAttribute by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3741">#3741</a></li>
<li>fix code format in readme by <a
href="https://github.com/SimonCropp"><code>@​SimonCropp</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3750">#3750</a></li>
<li>Fix running cleanup after first test method by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3766">#3766</a></li>
<li>Fix timedout test does not fail test run (in ui) by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3772">#3772</a></li>
<li>Fix typo by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3797">#3797</a></li>
<li>MSTEST0018: fix false positive with data member visibility by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3866">#3866</a></li>
<li>Fix localization of test adapter messages by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3867">#3867</a></li>
<li>Fix localization info to avoid translating workers and scope by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3869">#3869</a></li>
<li>Fix resources included in MSTest.TestAdapter nupkg by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3874">#3874</a></li>
<li>Fix MSTEST0036 is shown for cases where no shadowing happens by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3881">#3881</a></li>
<li>Fix MSTest hook to be always generated by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3889">#3889</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/69fae65b89492f7d43cc21415727ef43ab8c13ce"><code>69fae65</code></a>
Drop dependency to System.ValueTuple (<a
href="https://redirect.github.com/microsoft/testfx/issues/4398">#4398</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/87e17f28eebdde575ca28853fa398d9a2177328e"><code>87e17f2</code></a>
Bump versions to 3.7.1 and 1.5.1</li>
<li><a
href="https://github.com/microsoft/testfx/commit/76430874ff408700f54f6503527f12fb78430ac6"><code>7643087</code></a>
Mark unshipped as shipped</li>
<li><a
href="https://github.com/microsoft/testfx/commit/d7acc33614e39aa723c865d3c9f8b1a703222520"><code>d7acc33</code></a>
Cleanup MSTest.Sdk now that analyzers are deps of framework (<a
href="https://redirect.github.com/microsoft/testfx/issues/4407">#4407</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/293ef7debb2aafa9a52be2749a264aa314037a24"><code>293ef7d</code></a>
Fix MSTestV2Files msbuild items (<a
href="https://redirect.github.com/microsoft/testfx/issues/4406">#4406</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/1922587cc3046d27d79e306af66c23c10014e03a"><code>1922587</code></a>
Don't reference MTP in UWP (<a
href="https://redirect.github.com/microsoft/testfx/issues/4402">#4402</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/38586ee71075c145e9e7175830e493289e06b9a8"><code>38586ee</code></a>
Simplify adapter props and targets (<a
href="https://redirect.github.com/microsoft/testfx/issues/4403">#4403</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/001a29d71a6c1e003ddb604874260d00cd1657f2"><code>001a29d</code></a>
Make obsolete only on release (<a
href="https://redirect.github.com/microsoft/testfx/issues/4353">#4353</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/940c320e4250685af228641652b5ae47b1dcb4c9"><code>940c320</code></a>
Fix false positive for PreferTestCleanupOverDispose on non-test classes
(<a
href="https://redirect.github.com/microsoft/testfx/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/66639926555318408a9a00215d64f28429b03819"><code>6663992</code></a>
[rel/3.7] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/4372">#4372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestAdapter&package-manager=nuget&previous-version=3.6.4&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from
3.6.4 to 3.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/releases">MSTest.TestFramework's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.0</h2>
<p>See the release notes <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.7.0">here</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md">MSTest.TestFramework's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->[3.7.0] - 2024-12-20</h2>
<p>See full log <a
href="https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0">here</a></p>
<h3>Added</h3>
<ul>
<li>MSTEST0029 code fix by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3747">#3747</a></li>
<li>Add codefix for MSTEST0025 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3756">#3756</a></li>
<li>Add codefix for MSTEST0022 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3770">#3770</a></li>
<li>Add codefix for MSTEST0020 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3798">#3798</a></li>
<li>Add code fix for MSTEST0019 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3812">#3812</a></li>
<li>Add support for testconfig.json entries in MSTest by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3872">#3872</a></li>
<li>Implement method lookup for dynamic data by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3892">#3892</a></li>
<li>Add TestData property to the TestContext by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4015">#4015</a></li>
<li>Add TestException property to the TestContext by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4018">#4018</a></li>
<li>Add code fix for MSTEST0021 by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3827">#3827</a></li>
<li>Add TestDisplayName property to the TestContext by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4037">#4037</a></li>
<li>Implement codefix for MSTEST0006 (AvoidExpectedException) by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4038">#4038</a></li>
<li>Implement 'Use proper Assert methods' analyzer by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4052">#4052</a></li>
<li>Support ValueTask-returning test methods for all target frameworks
by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4059">#4059</a></li>
<li>Support rsp in MTP by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4072">#4072</a></li>
<li>Enable UseProperAssertMethodsAnalyzer by default by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4076">#4076</a></li>
<li>Add property to SDK for Fakes feature by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4121">#4121</a></li>
<li>Support VS/.NET CLI localization in MTP, and add our own env
variable as well by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4122">#4122</a></li>
<li>Implement <code>--config</code> for specifying testconfig.json file
by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4124">#4124</a></li>
<li>Add mac os on pr pipeline by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4155">#4155</a></li>
<li>Implement codefix for MSTEST0037: Use proper 'Assert' methods by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4162">#4162</a></li>
<li>Build targeting net9.0 by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4167">#4167</a></li>
<li>Add a MSTest sample with a program.cs by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4201">#4201</a></li>
<li>Obsolete public types that should not be public by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4208">#4208</a></li>
<li>Allow to disable test expansion on implementations of
ITestDataSource by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4269">#4269</a></li>
<li>Display an error when '--maximum-failed-tests' is used with a
framewo… by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/4326">#4326</a></li>
<li>Make MSTest.TestFramework depends upon MSTest.Analyzers (<a
href="https://redirect.github.com/microsoft/testfx/issues/4351">#4351</a>)
by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4361">#4361</a></li>
<li>Add support for ValueTuple for all target frameworks (<a
href="https://redirect.github.com/microsoft/testfx/issues/4360">#4360</a>)
by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a>
in <a
href="https://redirect.github.com/microsoft/testfx/pull/4364">#4364</a></li>
<li>Support 'TestPropertyAttribute' on test classes by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4249">#4249</a></li>
<li>Support '--maximum-failed-tests' to abort test run when failure
threshold is reached by <a
href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/4238">#4238</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix MSTEST0034 doesn't handle ClassCleanupExecutionAttribute by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3741">#3741</a></li>
<li>fix code format in readme by <a
href="https://github.com/SimonCropp"><code>@​SimonCropp</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3750">#3750</a></li>
<li>Fix running cleanup after first test method by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3766">#3766</a></li>
<li>Fix timedout test does not fail test run (in ui) by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3772">#3772</a></li>
<li>Fix typo by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3797">#3797</a></li>
<li>MSTEST0018: fix false positive with data member visibility by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3866">#3866</a></li>
<li>Fix localization of test adapter messages by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3867">#3867</a></li>
<li>Fix localization info to avoid translating workers and scope by <a
href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3869">#3869</a></li>
<li>Fix resources included in MSTest.TestAdapter nupkg by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3874">#3874</a></li>
<li>Fix MSTEST0036 is shown for cases where no shadowing happens by <a
href="https://github.com/engyebrahim"><code>@​engyebrahim</code></a> in
<a
href="https://redirect.github.com/microsoft/testfx/pull/3881">#3881</a></li>
<li>Fix MSTest hook to be always generated by <a
href="https://github.com/Evangelink"><code>@​Evangelink</code></a> in <a
href="https://redirect.github.com/microsoft/testfx/pull/3889">#3889</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/testfx/commit/69fae65b89492f7d43cc21415727ef43ab8c13ce"><code>69fae65</code></a>
Drop dependency to System.ValueTuple (<a
href="https://redirect.github.com/microsoft/testfx/issues/4398">#4398</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/87e17f28eebdde575ca28853fa398d9a2177328e"><code>87e17f2</code></a>
Bump versions to 3.7.1 and 1.5.1</li>
<li><a
href="https://github.com/microsoft/testfx/commit/76430874ff408700f54f6503527f12fb78430ac6"><code>7643087</code></a>
Mark unshipped as shipped</li>
<li><a
href="https://github.com/microsoft/testfx/commit/d7acc33614e39aa723c865d3c9f8b1a703222520"><code>d7acc33</code></a>
Cleanup MSTest.Sdk now that analyzers are deps of framework (<a
href="https://redirect.github.com/microsoft/testfx/issues/4407">#4407</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/293ef7debb2aafa9a52be2749a264aa314037a24"><code>293ef7d</code></a>
Fix MSTestV2Files msbuild items (<a
href="https://redirect.github.com/microsoft/testfx/issues/4406">#4406</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/1922587cc3046d27d79e306af66c23c10014e03a"><code>1922587</code></a>
Don't reference MTP in UWP (<a
href="https://redirect.github.com/microsoft/testfx/issues/4402">#4402</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/38586ee71075c145e9e7175830e493289e06b9a8"><code>38586ee</code></a>
Simplify adapter props and targets (<a
href="https://redirect.github.com/microsoft/testfx/issues/4403">#4403</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/001a29d71a6c1e003ddb604874260d00cd1657f2"><code>001a29d</code></a>
Make obsolete only on release (<a
href="https://redirect.github.com/microsoft/testfx/issues/4353">#4353</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/940c320e4250685af228641652b5ae47b1dcb4c9"><code>940c320</code></a>
Fix false positive for PreferTestCleanupOverDispose on non-test classes
(<a
href="https://redirect.github.com/microsoft/testfx/issues/4380">#4380</a>)</li>
<li><a
href="https://github.com/microsoft/testfx/commit/66639926555318408a9a00215d64f28429b03819"><code>6663992</code></a>
[rel/3.7] Update dependencies from microsoft/testanywhere (<a
href="https://redirect.github.com/microsoft/testfx/issues/4372">#4372</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/testfx/compare/v3.6.4...v3.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MSTest.TestFramework&package-manager=nuget&previous-version=3.6.4&new-version=3.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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: v-sharmachir <[email protected]>
  • Loading branch information
dependabot[bot] and v-sharmachir authored Dec 30, 2024
1 parent 2a2198e commit 61c8ee6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="Selenium.Axe" Version="4.0.21" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="131.0.6778.20400" />
<PackageReference Include="Selenium.WebDriver.GeckoDriver" Version="0.35.0" />
Expand Down

0 comments on commit 61c8ee6

Please sign in to comment.