-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
MSTest SDK list extensions per profile #43715
base: main
Are you sure you want to change the base?
Conversation
Ready for review @IEvangelist |
Co-authored-by: Jakub Jareš <[email protected]>
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.
I cleaned up the table, but the preview of this doesn't really look great. Also, there needs to be an introduction to the table, otherwise it's just kind of plopped there after a code block and it doesn't really make sense.
What about listing them in bullets?
-
None
- No extensions are enabled. -
Default
- Enables the recommended extensions for this version of MSTest.SDK. This is the default when the property isn't set explicitly.Enables the following extensions:
- Code Coverage
- Trx
-
AllMicrosoft
- Enable all extensions shipped by Microsoft (including extensions with a restrictive license).Enables the following extensions:
- Code Coverage / Crash Dump / Fakes (MSTest.Sdk 3.7.0+)
- Hang Dump / Hot Reload / Retry
- Trx
@adegeo Thanks for the suggestion, I have reworked it. Please review. |
Summary
Fixes #43710
Internal previews