Skip to content

Bump Microsoft.NET.Test.Sdk and 2 others - #133

Merged
runejo merged 2 commits into
masterfrom
dependabot/nuget/PCAxis.Core.Tests/multi-5428a48d1a
Aug 17, 2026
Merged

Bump Microsoft.NET.Test.Sdk and 2 others#133
runejo merged 2 commits into
masterfrom
dependabot/nuget/PCAxis.Core.Tests/multi-5428a48d1a

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 14, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.NET.Test.Sdk from 17.12.0 to 18.4.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.TrxReport from 1.4.3 to 2.3.3.

Release notes

Sourced from Microsoft.Testing.Extensions.TrxReport's releases.

2.3.0-preview-20220810-02

See release notes here.

2.2.10

See release notes here.

2.2.10-preview-20220414-01

See release notes here.

2.2.9

Parallel output

🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in his https://github.com/SimonCropp/XunitContext project. And being an inspiration for implementing this.

MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.

Before

In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:

image

After

With 2.2.9, each output is correctly attached to the test that produced it:

image
image

Also notice that we are also capturing debug, trace and error. And we are not awaiting the FastChild method, and the output is still assigned correctly. Souce code.

Limitations

Due to the way that class and assembly initialize, and cleanup are invoked, their output will end up in the first test that run (or last for cleanup). This is unfortunately not easily fixable.

See release notes here.

2.2.8

See release notes here.

2.2.7

See release notes here.

2.2.6

See release notes here.

2.2.5

See release notes here.

2.2.4

See release notes here.

2.2.4-preview-20210331-02

See release notes here.

2.2.3

See release notes here.

2.2.2

See release notes here.

2.2.1

See release notes here.

2.2.0-preview-20210115-03

See release notes here.

2.2.0-preview-20201126-03

See release notes here.

2.1.2

See release notes here.

2.1.1

See release notes here.

2.1.0

See release notes here.

2.1.0-beta2

  1. Add the ability to specify Friendly test names for test methods (#​466)

See release notes here

2.1.0-beta

  1. Fix incompatibility between multiple versions of mstest adapter present in a solution (Configuring child domain's appbase to be test source location microsoft/testfx#659)
  2. Build script fix to work with VS2019 (Fix build script to work with VS2019 microsoft/testfx#641)

See release notes here

2.0.0

  1. Implemented 'AddResultFile' for NetCore TestContext (#​609)
  2. Datarow tests - support methods with optional parameters (#​604)
  3. Implemented Initialize Inheritance for ClassInitialize attribute (#​577)
  4. Apply TestCategory from derived class on inherited test methods (#​513)
  5. Fixed IsNotInstanceOfType failing when objected being asserted on is null (#​622)
  6. Setting MapNotRunnableToFailed to true by default (#​610)

2.0.0-beta4

  1. Deployment Item support in .NET Core Deployment Item support in .NET Core microsoft/testfx#565 [enhancement]
  2. Support for CancellationTokenSource in TestContext to help in timeout scenario Support for CancellationTokenSource in TestContext to help in timeout… microsoft/testfx#585 [enhancement]
  3. Correcting error message when DynamicData doesn't have any data Cryptic error message when DynamicData doesn't have any data microsoft/testfx#443

2.0.0-beta2

  1. (BREAKING CHANGE) TestContext Properties type fixed to be IDictionary for .NET Core TestContext Properties type fixed to be IDictionary microsoft/testfx#563 [enhancement]
  2. Base class data rows should not be executed Base class data rows should not be executed microsoft/testfx#546
  3. Setting option for marking not runnable tests as failed Setting Option for marking not runnable tests as failed microsoft/testfx#524

Commits viewable in compare view.

Updated MSTest from 3.6.4 to 4.3.3.

Release notes

Sourced from MSTest's releases.

4.3.3

See the release notes here

4.3.2

See the release notes here

4.3.0

See the release notes here

4.2.3

See the release notes here

4.2.2

See the release notes here

4.2.1

See the release notes here

4.1.0

See the release notes here

4.0.2

See the release notes here

4.0.1

See the release notes here

4.0.0

What is new?

Assert.That

MSTest v4 adds a new type of assertion, that allows you to write any expression, and it will inspect the result to give you more information on failure. Providing a very flexible way to assert complicated expressions. Here a simple example:

[TestClass]publicsealedclassTest1{[TestMethod]publicvoidTestMethod1(){varanimal="Tiger";varzoo=newZoo();Assert.That(()=>zoo.GetAnimal()==animal);}}publicclassZoo{publicstringGetAnimal(){return"Giraffe";}}
Assert.That(() => zoo.GetAnimal() == animal) failed.
Details:
animal = "Tiger" zoo.GetAnimal() = "Giraffe"

CallerArgumentExpression

CallerArgumentExpression is consumed by all assertions, to make them aware of the expressions used in the assertion. In the example below, we now know what both the expected and actual values are. But also what value they come from, giving us opportunity to provide better error messages:

[TestClass]publicsealedclassTest1{[TestMethod]publicvoidTestMethod1(){stringanimal=null;Assert.AreEqual("Giraffe",animal);}}
...(truncated)
## 4.0.0-preview.25372.6Thisisaprerelease of MSTest v4.Docs on migration from v3 to v4 are in progress. We are working towards addressing the items trackedin #​1285 and #​5762
## 4.0.0-preview.25358.7Thisisaprerelease of MSTest v4.Docs on migration from v3 to v4 are in progress. We are working towards addressing the items trackedinhttps://github.com/microsoft/testfx/issues/1285 and https://github.com/microsoft/testfx/issues/5762
## 3.11.1Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.11.1)
## 3.11.0Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.11.0)
## 3.10.5Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.10.5)
## 3.10.4Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.10.4)
## 3.10.3Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.10.3)
## 3.10.2Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.10.2)
## 3.10.1Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.10.1)
## 3.10.0Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.10.0)
## 3.9.3
## What's Changed*Simplerfix for dotnet test when using retry by @​Youssef1313in #​5732.Note that thisPR targets rel/3.9branch.For3.10, we did a different fix: https://github.com/microsoft/testfx/pull/5717
See the MSTest changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.9.3
See the Microsoft.Testing.Platform changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md#​1.7.3**Full Changelog**: https://github.com/microsoft/testfx/compare/v3.9.2...v3.9.3
## 3.9.2
## What's Changed
* Fix MSTEST0042 (duplicatedata row) false positivewithZero/NegativeZero by @​Youssef1313in #​5684*Allow framework authors to use TestCase.FullyQualifiedNameasthe TestNodeUid by @​Youssef1313 in #​5658* Ensure TestMethodAttribute.Execute is run on the correct execution context by @​Youssef1313 in #​5688*Avoid loading System.Threading.Tasks.Extensionswhen not needed by @​Youssef1313 in #​5694*Fix UseAsync property in TestMethodAttribute derived classes to use type checks by @​Youssef1313 and @​Copilot in #​5708*Fix UnitTestRunner leaking some test class instances by @​Youssef1313 in #​5715
See the MSTest changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.9.2
See the Microsoft.Testing.Platform changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md#​1.7.2**Full Changelog**: https://github.com/microsoft/testfx/compare/v3.9.1...v3.9.2
## 3.9.1
## What's Changed
* Make ConditionBaseAttribute.Mode public by @​youssef-backport-botin https://github.com/microsoft/testfx/pull/5597*Add missing overload for Assert.Throws by @​youssef-backport-botin https://github.com/microsoft/testfx/pull/5620*Fix System.MissingMethodException for KeyValuePair Deconstruction by @​youssef-backport-botin https://github.com/microsoft/testfx/pull/5635*Run the whole ExecuteInternal logic under the right execution context by @​youssef-backport-botin https://github.com/microsoft/testfx/pull/5646*VSTestBridge: Handle TestPropertyAttributes.Trait instead of special casing specific properties by @​youssef-backport-botin https://github.com/microsoft/testfx/pull/5648
See the MSTest changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.9.1
See the Microsoft.Testing.Platform changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md#​1.7.1**Full Changelog**: https://github.com/microsoft/testfx/compare/v3.9.0...v3.9.1
## 3.9.0
In this release we focused a lot on providing fixes for MSTest and Microsoft.Testing.Platform. The most notable new features and fixes are:
## MSTest
*Allow async test methods for UITestMethod on UWP and WinUI by @​Youssef1313 in https://github.com/microsoft/testfx/pull/5297*Add analyzer for duplicate data row by @​Youssef1313 in https://github.com/microsoft/testfx/pull/5144*Fix ClassCleanup not called when the first test inclassis ignored by @​Youssef1313 in https://github.com/microsoft/testfx/pull/5070*Fix writing warnings outside of appdomain by @​nohwnd in https://github.com/microsoft/testfx/pull/5371
## Microsoft.Testing.Platform
*Add(alpha) Azure DevOps extension to report errors by @​nohwnd in https://github.com/microsoft/testfx/pull/5260*Kill testhost if writing hang dump fails by @​Youssef1313 in https://github.com/microsoft/testfx/pull/5538
We've also improved the `dotnet test` experience in dotnet SDK, especially around Retry plugin experience, and started dogfooding the experience in our own repository. Please check out how to enable the new `dotnet test` experience for Microsoft.Testing.Platform in net10 by [followingthis link](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test#microsofttestingplatform-mtp-mode-of-dotnet-test), and help us dogfood it.
## NewContributors* @​stan-sz made their first contribution inhttps://github.com/microsoft/testfx/pull/5214* @​YoshiRulz made their first contribution inhttps://github.com/microsoft/testfx/pull/5281* @​bjornhellander made their first contribution inhttps://github.com/microsoft/testfx/pull/5300Seethe MSTest changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.9.0
See the Microsoft.Testing.Platform changelog here: https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md#​1.7.0**Full Changelog**: https://github.com/microsoft/testfx/compare/v3.8.3...v3.9.0
## 3.9.0-preview.25167.10
## 3.8.3
See the release notes[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.8.3)
## 3.8.2Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.8.2)
## 3.8.1Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.8.1)
## 3.8.0Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.8.0)
## Announcements-This release adds new Assert APIs related to throwing exceptions,collections,andstrings. Refer to the changelog for more information.-This release adds support for generic test methods.- This release adds few newanalyzers.-We added [`MSTestAnalysisMode`](https://learn.microsoft.com/en-us/dotnet/core/testing/mstest-analyzers/overview#mstestanalysismode). We encourage you to set this property to at least `Recommended`.-This release adds `RetryAttribute`
-[Microsoft.Testing.Extensions.TrxReport](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport) and [Microsoft.Testing.Extensions.CodeCoverage](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CodeCoverage) are now a dependency of MSTest metapackage
## 3.7.3Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.7.3)
## 3.7.2Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.7.2)
## 3.7.1Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.7.1)
## 3.7.0Seethe release notes [here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​3.7.0)
## Announcements[MSTest.Analyzers](https://www.nuget.org/packages/MSTest.Analyzers) is now a transitive dependency of [MSTest.TestFramework](https://www.nuget.org/packages/MSTest.TestFramework) and thus no longer needs to be manually installed.Note: The only rules enabled bydefaultaswarnings,whichcould potentially cause build errors when updating MSTest,havebeen carefully selected and thoroughly validated. These rules specifically address real runtime issues related to the usage of MSTest,ensuringthat no purely stylistic or low-impact analyzers are enforced by default.Commits viewable in[compareview](https://github.com/microsoft/testfx/compare/v3.6.4...v4.3.3).</details>Dependabot will resolve any conflicts withthis PR aslongas 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>Dependabotcommands 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 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 forthis major version (unlessyou reopen the PR or upgrade to it yourself)- `@dependabot ignore thisminor version` will close thisPR and stop Dependabot creating any more for thisminor version (unlessyou reopen the PR or upgrade to it yourself)- `@dependabot ignore thisdependency` will close this PR and stop Dependabot creating any more forthis dependency (unless you reopen the PR or upgrade to it yourself)</details>

Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 18.4.0
Bumps Microsoft.Testing.Extensions.TrxReport from 1.4.3 to 2.3.3
Bumps MSTest from 3.6.4 to 4.3.3
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.4.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: Microsoft.Testing.Extensions.TrxReport
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: MSTest
dependency-version: 4.3.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 14, 2026
@dependabotdependabotBot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Aug 14, 2026
@runejo
runejo merged commit 750c17d into masterAug 17, 2026
8 checks passed
@dependabot
dependabotBot deleted the dependabot/nuget/PCAxis.Core.Tests/multi-5428a48d1a branch August 17, 2026 10:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@runejo