Skip to content

Commit

Permalink
Update docs/RFCs/011-Sdk-Testing-Platform.md
Browse files Browse the repository at this point in the history
Co-authored-by: Amaury Levé <[email protected]>
  • Loading branch information
mariam-abdulla and Evangelink authored Dec 13, 2024
1 parent f13f0b3 commit 43c3b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RFCs/011-Sdk-Testing-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Currently, when we run `dotnet test` in CLI, we use vstest as a test runner/driv

## Motivation

With `dotnet test`, users should be able to use [Microsoft Testing Platform](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli#microsofttestingplatform-pillars) to run their tests for the sake of improving their experience. They should have the option to opt-in/out this new experience.
With `dotnet test`, users should be able to use [Microsoft Testing Platform](https://learn.microsoft.com/dotnet/core/testing/unit-testing-platform-intro?tabs=dotnetcli#microsofttestingplatform-pillars) to run their tests for the sake of improving their experience. They should have the option to opt-in/out this new experience.

The reason for opting-in/out this experience is

Expand Down

0 comments on commit 43c3b4b

Please sign in to comment.