...
- Disable the Lightweight Solution Load option.
- Delegate the build to MSBuild by configuring the
dottest.build.builder_id
option and setting its value tomsbuild
; see Building Solutions and Projects for details. - Build the solution prior to analysis and configure dotTEST to skip the building phase by setting the
dottest.build.nobuild
option totrue
or passing the-nobuild
command line switch; see Building Solutions and Projects for details.
Why do I get notified that Parasoft DTP Plugin is slowing Visual Studio 2017?
Visual Studio 2017 introduced new performance management options to monitor and manage extensions that can affect startup time. As a result, a pop-up alert may appear when Parasoft DTP Plugin is installed to indicate that Visual Studio startup time has increased. Click the Manage Visual Studio Performance link in the pop-up window to review the startup times and disable displaying the alert.
Why does Visual Studio 2015 not display code markers?
...