Summary
Analyses the specified files using the specified settings.
- Namespace
- Cake
.Common .Tools .DupFinder - Containing Type
- DupFinderRunner
Syntax
public void Run(IEnumerable<FilePath> filePaths, DupFinderSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| filePaths | IEnumerable |
The file paths. |
| settings | DupFinderSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
