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
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