CleanupCodeSettingsExtensions.

EnableNoBuiltinSettings(CleanupCodeSettings) Method

Summary

Enables

Suppresses global, solution and project settings profile usage. Equivalent to using --disable-settings-layers: GlobalAll; GlobalPerProduct; SolutionShared; SolutionPersonal; ProjectShared; ProjectPersonal

Syntax

public static CleanupCodeSettings EnableNoBuiltinSettings(this CleanupCodeSettings toolSettings)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings

Return Value

Type Description
CleanupCodeSettings