Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump MSTest.TestAdapter from 3.1.1 to 3.2.0 (#719)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.1.1 to 3.2.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>v.3.2.0</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#320---2024-01-24">here</a>.</p> <h2>v3.2.0-preview.24069.3</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#320-preview240693---2024-01-19">here</a>.</p> <h2>v3.2.0-preview.23623.1</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#320-preview236231---2023-12-23">here</a>.</p> <h2>v3.2.0-preview.23622.1</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#320-preview236221---2023-12-22">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>[3.2.0] - 2024-01-24</h2> <p>See full log <a href="https://github.com/microsoft/testfx/compare/v3.1.1...v.3.2.0">here</a></p> <h3>Added</h3> <ul> <li>MSTest runner by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1775">#1775</a></li> <li>Add analyzers by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1870">#1870</a></li> <li>Add more analyzers by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1974">#1974</a></li> <li>Rework MSTEST0002 and MSTEST0003 by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1985">#1985</a></li> <li>Update description of MSTEST0001 by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1988">#1988</a></li> <li>MSTEST0004: Public types should be test classes by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1989">#1989</a></li> <li>Add readme to MSTest.Analyzer package by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2006">#2006</a></li> <li>Add <code>--ignore-exit-code</code> and <code>TESTINGPLATFORM_EXITCODE_IGNORE</code> by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2057">#2057</a></li> <li>Add samples of runner vs dotnet test by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2063">#2063</a></li> <li>Add mstest runner samples by <a href="https://github.com/nohwnd"><code>@nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2068">#2068</a></li> <li>Add comparison stats by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2069">#2069</a></li> <li>Performance measurements by <a href="https://github.com/jakubch1"><code>@jakubch1</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2071">#2071</a></li> <li>Add protocol documentation by <a href="https://github.com/drognanar"><code>@drognanar</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2073">#2073</a></li> <li>Cache platform command line options by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2127">#2127</a></li> </ul> <h3>Fixed</h3> <ul> <li>Don't stop by <a href="https://github.com/nohwnd"><code>@nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1737">#1737</a></li> <li>Fix DataRowAttribute to be cls compliant by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1878">#1878</a></li> <li>Workaround issue with managed type name utility by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1876">#1876</a></li> <li>Fix path normalization by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1880">#1880</a></li> <li>MSTEST0005: TestContext should be valid by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2019">#2019</a></li> <li>MSTEST0006: Avoid '[ExpectedException]' by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2025">#2025</a></li> <li>Hide MissingMethodException when in hot reload mode by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2028">#2028</a></li> <li>Fix running tests with UWP by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2047">#2047</a></li> <li>Fix rules help link URL by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2048">#2048</a></li> <li>Fix short link to telemetry doc by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2064">#2064</a></li> <li>Avoid some allocations by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2079">#2079</a></li> <li>MSTEST0001: Set default severity to Info by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2077">#2077</a></li> <li>Remove <code>IEnumerable</code> extensions by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2090">#2090</a></li> <li>Simplify substring by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2092">#2092</a></li> <li>Fix mstest runner namespace by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2078">#2078</a></li> <li>Cleanup <code>ICommandLineOptionsProvider</code> api by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2093">#2093</a></li> <li>Update ToHumanReadableDuration by <a href="https://github.com/MarcoRossignoli"><code>@MarcoRossignoli</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2094">#2094</a></li> <li>[bug] Do not wait timeout duration in case of user cancellation by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2104">#2104</a></li> <li>TrimStackTrace should handle empty stacktrace by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2113">#2113</a></li> <li>Update Public API by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2116">#2116</a></li> <li>Fix issue <a href="https://redirect.github.com/microsoft/testfx/issues/2121">#2121</a> DataTestMethodAttribute is missing a constructor by <a href="https://github.com/HannoZ"><code>@HannoZ</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/2125">#2125</a></li> </ul> <h3>Chores</h3> <ul> <li>Bump and cleanup global versions by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1754">#1754</a></li> <li>Eng and global.json housekeeping by <a href="https://github.com/Evangelink"><code>@Evangelink</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1756">#1756</a></li> <li>Code clean-up by <a href="https://github.com/ViktorHofer"><code>@ViktorHofer</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/1757">#1757</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/8c0b19dfa5798c352360891ba4cfc030d12accc9"><code>8c0b19d</code></a> [main] Update dependencies from dotnet/arcade (<a href="https://redirect.github.com/microsoft/testfx/issues/2157">#2157</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/a58adbcf1bd14b225520158c25b1d20bdce1d6a3"><code>a58adbc</code></a> Update dependencies from <a href="https://github.com/microsoft/testanywhere">https://github.com/microsoft/testanywhere</a> bu… (<a href="https://redirect.github.com/microsoft/testfx/issues/2156">#2156</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/1243bfca1db082a529c099b6a130bebf38cb9fcc"><code>1243bfc</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/testfx/issues/2155">#2155</a> from microsoft/locfiles/04a38180-a207-44ac-b5c1-d094...</li> <li><a href="https://github.com/microsoft/testfx/commit/df3f1ef0faeff14578a8b60626571651574a6571"><code>df3f1ef</code></a> Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ...</li> <li><a href="https://github.com/microsoft/testfx/commit/5e08dc3bf4cdb45531759c28484e813b240eb13c"><code>5e08dc3</code></a> Simplify version regex pattern</li> <li><a href="https://github.com/microsoft/testfx/commit/db27b1b9b74947adcf0716e904102ae35d82bafd"><code>db27b1b</code></a> [main] Update dependencies from microsoft/testanywhere (<a href="https://redirect.github.com/microsoft/testfx/issues/2153">#2153</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/00333e15ddcf1480cb4fe0422ab1d950596c18d8"><code>00333e1</code></a> Add some tests back pressure for msbuild (<a href="https://redirect.github.com/microsoft/testfx/issues/2152">#2152</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/761b4ccc49351b2e319d974acd72ebe5a33c1923"><code>761b4cc</code></a> Fix telemetry tests</li> <li><a href="https://github.com/microsoft/testfx/commit/57043a35c663d67a4aa20970637070e60797bfec"><code>57043a3</code></a> Fix diag test</li> <li><a href="https://github.com/microsoft/testfx/commit/459a5e668feb5ffdef487ebc783f30bf6ab7155f"><code>459a5e6</code></a> Fix expected log</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/testfx/compare/v3.1.1...v.3.2.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.1.1&new-version=3.2.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>
- Loading branch information