Summary
Contains extension methods for
IConsole
.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ConsoleExtensions"]
class Type type-node
Syntax
public static class ConsoleExtensions
Methods
Name | Value | Summary |
---|---|---|
WriteErrorLine |
void |
Writes an empty line to the console error output.
static
|
WriteLine |
void |
Writes an empty line to the console output.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|