MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsInclude­All­Severities
Open sandboxFocus

TestOptions.IncludeAllSeverities Property

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