CleanupCodeSettingsExtensions.

SetProject(CleanupCodeSettings, string) Method

Summary

Sets

Allows analyzing particular project(s) instead of the whole solution. After this parameter, you can type a project name or a wildcard that matches several projects within your solution. For example, --project=*Billing

Syntax

public static CleanupCodeSettings SetProject(this CleanupCodeSettings toolSettings, string project)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
project string

Return Value

Type Description
CleanupCodeSettings