Summary
Analyses all files matching the specified pattern with ReSharper's DupFinder,
using the specified settings.
Syntax
[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinder(this ICakeContext context, GlobPattern pattern, DupFinderSettings settings)
Examples
var buildOutputDirectory = Directory("./.build");
var resharperReportsDirectory = buildOutputDirectory + Directory("_ReSharperReports");
DupFinder("*.cs", new DupFinderSettings {
OutputFile = resharperReportsDirectory + File("dupfinder-output.xml"),
});
Attributes
Parameters
Return Value