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
Gets an instance of the console report format using default settings.
- Assembly
- Cake
.Issues .Reporting .Console .dll - Namespace
- Cake
.Issues .Reporting .Console - Containing Type
- Console
Issue Report Format Aliases
Syntax
public static IIssueReportFormat ConsoleIssueReportFormat(this ICakeContext context)
Examples
Report issues to console:
CreateIssueReport(
issues,
ConsoleIssueReportFormat(),
@"c:\repo",
string.Empty);
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| IIssueReportFormat | Instance of a console report format. |
