Summary
Settings for
ConsoleIssueReportFormatAliases
.
- Assembly
- Cake
.Issues .Reporting .Console .dll - Namespace
- Cake
.Issues .Reporting .Console - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ConsoleIssueReportFormatSettings"]
class Type type-node
Syntax
public class ConsoleIssueReportFormatSettings
Constructors
Name | Summary |
---|---|
Console |
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 |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|