IncludeAllSeverities
Gets or sets a value indicating whether diagnostics of all severities should be included in the rest result. By default, only
warnings and errors are included.
To enable this option in a test, add this comment to your test file: // @IncludeAllSeverities
.
Declaration
public bool? IncludeAllSeverities { get; set; }
Property Value
Type | Description |
---|---|
bool? |