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.ReSharperReports.
Summary
Contains functionality related to the ReSharperReports tool.
In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:
#tool ReSharperReports
In addition, you will need to include the following:
#addin Cake.ReSharperReports
- Assembly
- Cake
.ReSharperReports .dll - Namespace
- Cake
.ReSharperReports - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ReSharperReportsAliases"]
class Type type-node
Syntax
public static class ReSharperReportsAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
ReSharperReports |
void |
Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath with the specified ReSharperReportsSettings
static
|
ReSharperReports |
void |
Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|