DupFinderAliases.

DupFinder(ICakeContext, FilePath) Method

Summary

Analyses the specified file with ReSharper's DupFinder. The file can either be a solution/project or a source file.
Namespace
Cake.Common.Tools.DupFinder
Containing Type
DupFinderAliases

Syntax

[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinder(this ICakeContext context, FilePath file)

Examples

DupFinder("./src/MySolution.sln");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Parameters

Name Type Description
context ICakeContext The context.
file FilePath The file to analyze.

Return Value

Type Description
void