/InIsolation Runs the tests in an isolated process. This makes vstest.console.exe process less likely to be stopped on an error in the tests, but tests may run slower.
/Framework: Target .Net Framework version to be used for test execution. Valid values are Framework35, Framework40 and Framework45 ...
/GC[:(allocation|lifetime) Enable managed memory profiling. It is possible to enable tracing of allocations only (/GC:allocation) ...
/help Displays this usage message (short form: /? or /h). /nologo Do not display the startup banner and copyright message. ...
/ignoreprojectextensions: List of extensions to ignore when determining which project file to build. Use a semicolon or a ...
/InIsolation Runs the tests in an isolated process. This makes vstest.console.exe process less likely to be stopped on an ...
/install | /repair | /uninstall | /layout directory - installs, repairs, uninstalls or creates a complete local copy of the ...
/logger: Specify a logger for test results. For example, to log results into a Visual Studio Test Results File (TRX) use ...
/logger: Use this logger to log events from MSBuild. To specify multiple loggers, specify each logger separately. The syntax ...
/MANIFESTFILE lets you change the default name of the manifest file. The default name of the manifest file is the file name ...