Replies: 4 comments 5 replies
-
Can you provide details on your test framework and if you have set RunMsCodeCoverage Yes. |
Beta Was this translation helpful? Give feedback.
-
Is this XUnit with Testing Platform ? Do you get the same slowness with RunMsCodeCoverage Yes ? |
Beta Was this translation helpful? Give feedback.
-
The RunMsCodeCoverage setting should not affect the build. When you say much faster are you referring to the time that FCC displays coverage ? That is dependent upon RunMsCodeCoverage. When Yes coverage is collected as your tests run when No FCC will wait untill the tests run complete before running the tests again. |
Beta Was this translation helpful? Give feedback.
-
You can also check the test explorer output window pane. |
Beta Was this translation helpful? Give feedback.
-
After installation the C# unit test run is very slow. If I change the test code and re-run the test, it takes about 50 seconds until it's completed. The majority of time is taken by the build. When I disabled the extension, the total time for the same test after same change, takes 20 seconds only and the build is really fast. Is there a way how to speed it up?
Beta Was this translation helpful? Give feedback.
All reactions