From 13123cf3293682e466ce11bf10e2f8542ea8df19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 3 Feb 2026 12:49:08 +0100 Subject: [PATCH 1/3] Document supported target frameworks for testing platform MTP is often mentioned to not support .net framework, add short note about being supported. https://github.com/stryker-mutator/stryker-net/issues/3094#issuecomment-3837394468 --- docs/core/testing/microsoft-testing-platform-intro.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/core/testing/microsoft-testing-platform-intro.md b/docs/core/testing/microsoft-testing-platform-intro.md index 1a47b70895f54..84e06aab48ffa 100644 --- a/docs/core/testing/microsoft-testing-platform-intro.md +++ b/docs/core/testing/microsoft-testing-platform-intro.md @@ -43,6 +43,10 @@ The main driving factors for the evolution of the new testing platform are detai * xUnit.net. For more information, see [Microsoft Testing Platform (xUnit.net v3)](https://xunit.net/docs/getting-started/v3/microsoft-testing-platform) and [Microsoft Testing Platform (xUnit.net v2)](https://xunit.net/docs/getting-started/v2/microsoft-testing-platform) from the xUnit.net documentation. * TUnit: entirely constructed on top of the `Microsoft.Testing.Platform`, for more information, see [TUnit documentation](https://tunit.dev/). +## Supported target frameworks + +Microsoft.Testing.Platform supports both .NET (NET8+) and .NET Framework (4.6.2+), and targets NETStandard 2.0 for maximum compatiblity with other runtimes. + ## Run and debug tests `Microsoft.Testing.Platform` test projects are built as executables that can be run (or debugged) directly. There's no extra test running console or command. The app exits with a nonzero exit code if there's an error, which is typical for most executables. For more information on the known exit codes, see [Microsoft.Testing.Platform exit codes](microsoft-testing-platform-exit-codes.md). From b70d566c95f0b3040801f6f6d75af8389276baa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Wed, 4 Feb 2026 10:16:03 +0100 Subject: [PATCH 2/3] Apply suggestion from @meaghanlewis Co-authored-by: Meaghan Osagie (Lewis) --- docs/core/testing/microsoft-testing-platform-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/microsoft-testing-platform-intro.md b/docs/core/testing/microsoft-testing-platform-intro.md index 84e06aab48ffa..c66a2e3d51b71 100644 --- a/docs/core/testing/microsoft-testing-platform-intro.md +++ b/docs/core/testing/microsoft-testing-platform-intro.md @@ -45,7 +45,7 @@ The main driving factors for the evolution of the new testing platform are detai ## Supported target frameworks -Microsoft.Testing.Platform supports both .NET (NET8+) and .NET Framework (4.6.2+), and targets NETStandard 2.0 for maximum compatiblity with other runtimes. +Microsoft.Testing.Platform supports .NET (.NET 8 SDK and later), .NET Framework (versions 4.6.2 and later), and targets NETStandard 2.0 for maximum compatiblity with other runtimes. ## Run and debug tests From a8a49d9594775cd85738944d07ba697a424720ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Wed, 4 Feb 2026 10:56:20 +0100 Subject: [PATCH 3/3] Update docs/core/testing/microsoft-testing-platform-intro.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/core/testing/microsoft-testing-platform-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/microsoft-testing-platform-intro.md b/docs/core/testing/microsoft-testing-platform-intro.md index c66a2e3d51b71..67a6246c82ff2 100644 --- a/docs/core/testing/microsoft-testing-platform-intro.md +++ b/docs/core/testing/microsoft-testing-platform-intro.md @@ -45,7 +45,7 @@ The main driving factors for the evolution of the new testing platform are detai ## Supported target frameworks -Microsoft.Testing.Platform supports .NET (.NET 8 SDK and later), .NET Framework (versions 4.6.2 and later), and targets NETStandard 2.0 for maximum compatiblity with other runtimes. +Microsoft.Testing.Platform supports .NET (.NET 8 SDK and later), .NET Framework (versions 4.6.2 and later), and targets NETStandard 2.0 for maximum compatibility with other runtimes. ## Run and debug tests