Summary
Analyses all files matching the specified pattern with ReSharper's DupFinder.
- Namespace
- Cake
.Common .Tools .DupFinder - Containing Type
- DupFinderAliases
Syntax
[CakeMethodAlias]
[CakeAliasCategory("DupFinder")]
public static void DupFinder(this ICakeContext context, GlobPattern pattern)
Examples
DupFinder("*.cs");
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. |
| pattern | GlobPattern | The pattern. |
Return Value
| Type | Description |
|---|---|
| void |
