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: Jakub Jareš <[email protected]>
  • Loading branch information
mariam-abdulla and nohwnd authored Dec 12, 2024
1 parent 6d61fb0 commit dd544a6
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 @@ -14,7 +14,7 @@ Currently, when we run `dotnet test` in CLI, we use vstest as a test runner/driv
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.

The reason for opting-in/out this experience is

Check failure on line 16 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces [Expected: 0; Actual: 1]
1. if we were to auto-infer if test projects were using vstest or the testing platform is we will end up with many vulnerabilities, thus making it hard to handle this correctly.
1. autodetecting if test projects are using vstest or the testing platform is complex, and we would end up with many false positives, making it hard to deliver a working and consistent experience.

Check failure on line 17 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Lists should be surrounded by blank lines [Context: "1. autodetecting if test proje..."]
2. Mixed mode (i.e. having projects using vstest and testing platform in the same solution) will never work as the two platforms have different command line options and different features, thus the mapping will not work as expected.

## Note
Expand Down

0 comments on commit dd544a6

Please sign in to comment.