We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf7b8d commit 96d8f5cCopy full SHA for 96d8f5c
docs/articles/features/vstest.md
@@ -87,7 +87,6 @@ In addition, we can still make use of this boolean output to indicate
87
* Rider: Settings -> Build, Execution, Deployment -> Unit Testing -> VSTest
88
* R#: Extensions -> ReSharper -> Options -> Tools -> Unit Testing -> Test Frameworks -> VSTest
89
* Make sure that the "Enable VSTest adapter support" checkbox is checked.
90
- * Add your project name to the "Projects with Unit Tests" list (or `*` to enable it for all projects).
91
In future versions of Rider, this should be enabled by default.
92
* **Step 4.** Switch to the `Release` configuration.
93
As mentioned above, the TestAdapter is not able to discover and run benchmarks with optimizations disabled (by design).
0 commit comments