Skip to content

Commit b62b2e8

Browse files
chore(deps): bump MSTest.TestFramework from 3.8.2 to 3.8.3 (#815)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.8.2 to 3.8.3. <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.8.3</h2> <p>See the release notes <a href="https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#3.8.3">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.8.3] - 2025-03-17</h2> <p>See full log <a href="https://github.com/microsoft/testfx/compare/v3.8.2...v3.8.3">here</a></p> <h3>Fixed</h3> <ul> <li>Fix discard handling for newer Assert.Throws codefix by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/5118">#5118</a></li> <li>Fix <code>parallelism:enabled</code> incorrectly setting <code>OrderTestsByNameInClass</code> by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/5114">#5114</a></li> <li>Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter in both build and buildTransitive by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/5221">#5221</a></li> <li>Fix TestFailedException outcome not propagating to TestResult outcome by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/5244">#5244</a></li> <li>Remove extra space by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/testfx/pull/5252">#5252</a></li> </ul> <h3>Artifacts</h3> <ul> <li>MSTest: <a href="https://www.nuget.org/packages/MSTest/3.8.3">3.8.3</a></li> <li>MSTest.TestFramework: <a href="https://www.nuget.org/packages/MSTest.TestFramework/3.8.3">3.8.3</a></li> <li>MSTest.TestAdapter: <a href="https://www.nuget.org/packages/MSTest.TestAdapter/3.8.3">3.8.3</a></li> <li>MSTest.Analyzers: <a href="https://www.nuget.org/packages/MSTest.Analyzers/3.8.3">3.8.3</a></li> <li>MSTest.Sdk: <a href="https://www.nuget.org/packages/MSTest.Sdk/3.8.3">3.8.3</a></li> <li>Microsoft.Testing.Extensions.CrashDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.3">1.6.3</a></li> <li>Microsoft.Testing.Extensions.HangDump: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.3">1.6.3</a></li> <li>Microsoft.Testing.Extensions.HotReload: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.3">1.6.3</a></li> <li>Microsoft.Testing.Extensions.Retry: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.3">1.6.3</a></li> <li>Microsoft.Testing.Extensions.TrxReport: <a href="https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.3">1.6.3</a></li> <li>MSTest.SourceGeneration: <a href="https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25167.5">1.0.0-alpha.25167.5</a></li> <li>MSTest.Engine: <a href="https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25167.5">1.0.0-alpha.25167.5</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/testfx/commit/5354e77dc47f233239dfddf6d2be620b9e14b171"><code>5354e77</code></a> [rel/3.8] Remove extra space (<a href="https://redirect.github.com/microsoft/testfx/issues/5252">#5252</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/2175165f61a2c7321ddef7bed2fd5ba5acbbf477"><code>2175165</code></a> [rel/3.8] Add assembly name (<a href="https://redirect.github.com/microsoft/testfx/issues/5247">#5247</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/5f788a5c27da7ec677e4ab19355554f5c0939a90"><code>5f788a5</code></a> [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...</li> <li><a href="https://github.com/microsoft/testfx/commit/e71432acf496639db593f0004e769c2d4d7a01fe"><code>e71432a</code></a> [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (<a href="https://redirect.github.com/microsoft/testfx/issues/5223">#5223</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/181dd82bd85a842c7cc6c6c42da6f53b769e017b"><code>181dd82</code></a> [rel/3.8] Try out props/targets refactoring (<a href="https://redirect.github.com/microsoft/testfx/issues/5219">#5219</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/94c71bf6566c040df026338ac28e75b0351531e0"><code>94c71bf</code></a> [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...</li> <li><a href="https://github.com/microsoft/testfx/commit/ccbaf506f4851745ede091611c77e558ab593723"><code>ccbaf50</code></a> [rel/3.8] Consider <code>--results-directory</code> before configuration (<a href="https://redirect.github.com/microsoft/testfx/issues/5204">#5204</a>)</li> <li><a href="https://github.com/microsoft/testfx/commit/ec34a472bdb781391d55c24fa79ea26a14c1fcbc"><code>ec34a47</code></a> Fix build</li> <li><a href="https://github.com/microsoft/testfx/commit/b0bebf3b67c8b0fa43bb446c561a8f1cc3bd01e4"><code>b0bebf3</code></a> Fix merge conflict</li> <li><a href="https://github.com/microsoft/testfx/commit/bc08ddb13042ecee9d35acef22d58168de3cd2ba"><code>bc08ddb</code></a> Fix tests</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/testfx/compare/v3.8.2...v3.8.3">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.8.2&new-version=3.8.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 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>
1 parent e106224 commit b62b2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="9.0.3" />
1616
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1717
<PackageVersion Include="MSTest.TestAdapter" Version="3.2.2" />
18-
<PackageVersion Include="MSTest.TestFramework" Version="3.8.2" />
18+
<PackageVersion Include="MSTest.TestFramework" Version="3.8.3" />
1919
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
2020
<PackageVersion Include="System.Reflection" Version="4.3.0" />
2121
</ItemGroup>

0 commit comments

Comments
 (0)