Summary
Contains functionality related to ReportGenerator.
In order to use the commands for this alias, include the following in your build.cake file to download and
install from nuget.org, or specify the ToolPath within the ReportGeneratorSettings
class:
#tool "nuget:?package=ReportGenerator"
- Namespace
- Cake
.Common .Tools .ReportGenerator - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ReportGeneratorAliases"]
class Type type-node
Syntax
[CakeAliasCategory("ReportGenerator")]
public static class ReportGeneratorAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
ReportGenerator |
void |
Converts the specified coverage report into human readable form using the specified settings.
static
|
ReportGenerator |
void |
Converts the specified coverage report into human readable form.
static
|
ReportGenerator |
void |
Converts the coverage report specified by the glob pattern into human readable form using the specified settings.
static
|
ReportGenerator |
void |
Converts the coverage report specified by the glob pattern into human readable form.
static
|
ReportGenerator |
void |
Converts the specified coverage reports into human readable form using the specified settings.
static
|
ReportGenerator |
void |
Converts the specified coverage reports into human readable form.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|