TestEngineSettings.

SkipDependencies Property

Summary

If this option is specified, the command-line tool will not scan the project for external dependencies. It helps you improve the performance of running large projects.

Syntax

public Nullable<bool> SkipDependencies { get; set; }

Value

Type Description
Nullable<bool>