ReSharperReportsAliases Class

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

Namespace
Cake.ReSharperReports
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReSharperReportsAliases"] class Type type-node

Syntax

[CakeAliasCategory("ReSharperReports")]
public static class ReSharperReportsAliases

Attributes

Type Description
CakeAliasCategory

Methods

Name Value Summary
ReSharperReports(ICakeContext, FilePath, FilePath) void
Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath
static
ReSharperReports(ICakeContext, FilePath, FilePath, ReSharperReportsSettings) void
Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath with the specified ReSharperReportsSettings
static