This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Console.
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 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.
Default value is
false.
|
| 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.
Default value is
false.
|
| ShowProviderSummary | bool |
Gets or sets a value indicating whether a summary of issues by provider / run
should be shown.
Default value is
false.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
| IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
