Open sandboxFocus

Property OutputCompilationDisabled

OutputCompilationDisabled

Gets or sets a value indicating whether the output file must be compiled into a binary (e.g. emitted). To enable this option in a test, add this comment to your test file: // @OutputCompilationDisabled.

Declaration
public bool? OutputCompilationDisabled { get; set; }
Property Value
Type Description
bool?