MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsWrite­Input­Html
Open sandboxFocus

TestOptions.WriteInputHtml Property

WriteInputHtml

Gets or sets a value indicating whether HTML of syntax-highlighted files should be produced for input files. If true, these files are created to the obj/html directory. To enable this option in a test, add this comment to your test file: // @WriteInputHtml.

Declaration
public Nullable<bool> WriteInputHtml { get; set; }
Property Value
Type Description
Nullable<Boolean>