ReSharperReportsAliases.

ReSharperReports(ICakeContext, FilePath, FilePath) Method

Summary

Runs ReSharperReports against the specified input FilePath, and outputs to specified output FilePath

Syntax

public static void ReSharperReports(this ICakeContext context, FilePath inputFilePath, FilePath outputFilePath)

Examples

ReSharperReports("C:/temp/dupfinder-output.xml", "c:/temp/dupfinder-output.html");
ReSharperReports("C:/temp/inspectcode-output.xml", "c:/temp/inspectcode-output.html");

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
inputFilePath FilePath The input file path.
outputFilePath FilePath The output file path.

Return Value

Type Description
void