DotNetRunSettings.

NoBuild Property

Summary

Gets or sets a value indicating whether to not do implicit build. This makes run faster, but requires build to be done before run is executed.

Syntax

public bool NoBuild { get; set; }

Value

Type Description
bool