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 IEnumerable<ValueTuple<CleanupCodeSettings, IReadOnlyCollection<Output>>> CleanupCode(CombinatorialConfigure<CleanupCodeSettings> configurator, int degreeOfParallelism = 1, bool completeOnFailure = false)
Remarks
This is a CLI wrapper with fluent API that allows to modify the following arguments:
<targetPath> via--caches-home via--disable-settings-layers via--dotnetcore via--exclude via--include via--mono via--no-buildin-settings via--profile via--project via--properties via--toolset via
Parameters
Name | Type | Description |
---|---|---|
configurator | Combinatorial |
|
degreeOfParallelism | int | |
completeOnFailure | bool |
Return Value
Type | Description |
---|---|
IEnumerable |