-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Document supported target frameworks for testing platform #51433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
MTP is often mentioned to not support .net framework, add short note about being supported. stryker-mutator/stryker-net#3094 (comment)
Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds a short documentation note clarifying that Microsoft.Testing.Platform (MTP) supports .NET Framework, addressing recurring confusion about framework support.
Changes:
- Added a new Supported target frameworks section to the MTP overview article.
- Documented support for .NET 8+, .NET Framework 4.6.2+, and referenced .NET Standard 2.0 targeting for compatibility.
|
|
||
| ## 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. |
Copilot
AI
Feb 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence is a bit inconsistent/unclear about what’s supported. Elsewhere the docs state "The minimum supported .NET version is .NET 8" (see docs/core/testing/microsoft-testing-platform-migration-from-v1-to-v2.md:19), so consider changing ".NET (.NET 8 SDK and later)" to ".NET 8 and later" to avoid implying the SDK is required at runtime. Also use the standard product name ".NET Standard 2.0" (not "NETStandard 2.0") and consider rephrasing the last clause to describe API compatibility across .NET implementations/target frameworks rather than "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. | |
| Microsoft.Testing.Platform targets .NET 8 and later, .NET Framework 4.6.2 and later, and .NET Standard 2.0 for maximum API compatibility across .NET implementations and target frameworks. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
MTP is often mentioned to not support .net framework, add short note about being supported.
stryker-mutator/stryker-net#3094 (comment)
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews