Summary
CleanupCode is a free command-line tool that can perform code cleanup to instantly eliminate code style violations in a project or solution and ensure a uniform code base.
For more details, visit the official website.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Temp
.CleanupCode - Containing Type
- CleanupCodeTasks
Syntax
public static IReadOnlyCollection<Output> CleanupCode(string arguments, string workingDirectory = null, IReadOnlyDictionary<string, string> environmentVariables = null, Nullable<int> timeout = null, Nullable<bool> logOutput = null, Nullable<bool> logInvocation = null, Func<string, string> outputFilter = null)
Parameters
Name | Type | Description |
---|---|---|
arguments | string | |
workingDirectory | string | |
environmentVariables | IReadOnlyDictionary |
|
timeout | Nullable |
|
logOutput | Nullable |
|
logInvocation | Nullable |
|
outputFilter | Func |
Return Value
Type | Description |
---|---|
IReadOnlyCollection |