-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Make it more explicit that test runner selection is for .NET 10+ #50976
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
Conversation
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
This PR clarifies that test runner selection is a .NET 10+ feature, making it explicit that earlier .NET versions (6-9) always use VSTest. The changes add a NOTE callout at the beginning of the documentation and update the VSTest description to reinforce this information.
Key changes:
- Added a NOTE callout explaining test runner selection is available starting with .NET 10 SDK
- Updated the VSTest bullet point to explicitly state it's the default and only runner for .NET 6-9
|
@meaghanlewis I've opened a new pull request, #51040, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
Internal previews