ConsoleIssueReportFormatSettings Class

Summary

graph BT Type-->Base0["Object"] Type["ConsoleIssueReportFormatSettings"] class Type type-node

Syntax

public class ConsoleIssueReportFormatSettings

Constructors

Properties

Name Value Summary
Compact bool
Gets or sets a value indicating whether or not the report should be rendered in compact mode. Default value is false.
GroupByRule bool
Gets or sets a value indicating whether issues should be grouped by rule or if for every issue a separate diagnostic should be created.
ShowDiagnostics bool
Gets or sets a value indicating whether diagnostics for the individual issues should be shown. Default value is true.
ShowPrioritySummary bool
Gets or sets a value indicating whether a summary of issues by provider / run with the number of issues for each priority should be shown.
ShowProviderSummary bool
Gets or sets a value indicating whether a summary of issues by provider / run should be shown.

Extension Methods

Name Value Summary
Dump<ConsoleIssueReportFormatSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ConsoleIssueReportFormatSettings>(ConsoleIssueReportFormatSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ConsoleIssueReportFormatSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ConsoleIssueReportFormatSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ConsoleIssueReportFormatSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ConsoleIssueReportFormatSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin