CleanupCodeTasks Class

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
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CleanupCodeTasks"] class Type type-node

Syntax

public static class CleanupCodeTasks

Attributes

Type Description
PublicAPIAttribute
ExcludeFromCodeCoverageAttribute

Properties

Name Value Summary
CleanupCodeLogger Action<OutputType, string>
static
CleanupCodePath string
Path to the CleanupCode executable.
static

Methods

Name Value Summary
CleanupCode(CleanupCodeSettings) IReadOnlyCollection<Output>

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.

static
CleanupCode(CombinatorialConfigure<CleanupCodeSettings>, int, bool) IEnumerable<ValueTuple<CleanupCodeSettings, IReadOnlyCollection<Output>>>

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.

static
CleanupCode(Configure<CleanupCodeSettings>) IReadOnlyCollection<Output>

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.

static
CleanupCode(string, string, IReadOnlyDictionary<string, string>, Nullable<int>, Nullable<bool>, Nullable<bool>, Func<string, string>) IReadOnlyCollection<Output>

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.

static