MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsOutput­Compilation­Disabled
Open sandboxFocus

TestOptions.OutputCompilationDisabled Property

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 Nullable<bool> OutputCompilationDisabled { get; set; }
Property Value
Type Description
Nullable<Boolean>