Summary
Runs ReSharper's DupFinder using the provided config file.
- Namespace
- Cake
.Common .Tools .DupFinder - Containing Type
- DupFinderAliases
Syntax
[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinderFromConfig(this ICakeContext context, FilePath configFile)
Examples
DupFinderFromConfig("./src/dupfinder.config");
Attributes
| Type | Description |
|---|---|
| Cake |
An attribute used to mark script method aliases. |
| Cake |
An attribute used for documentation of alias methods/properties. |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| configFile | FilePath | The config file. |
Return Value
| Type | Description |
|---|---|
| void |
