This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
MyGetReportPrinter class.
- Assembly
- Cake
.MyGet .Module .dll - Namespace
- Cake
.MyGet .Module - Containing Type
- MyGetReportPrinter
Syntax
public MyGetReportPrinter(IConsole console, ICakeLog log, ICakeContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| console | IConsole | Implementation of IConsole. |
| log | ICakeLog | Implementation of ICakeLog. |
| context | ICakeContext | Implementation of ICakeContext. |
Return Value
| Type | Description |
|---|---|
| void |
