CleanupCodeTasks.

CleanupCode(string, string, IReadOnlyDictionary<string, string>, Nullable<int>, Nullable<bool>, Nullable<bool>, Func<string, string>) Method

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<string, string>
timeout Nullable<int>
logOutput Nullable<bool>
logInvocation Nullable<bool>
outputFilter Func<string, string>

Return Value

Type Description
IReadOnlyCollection<Output>