CleanupCodeSettingsExtensions.

SetNoBuiltinSettings(CleanupCodeSettings, Nullable<bool>) Method

Summary

Sets

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

Syntax

public static CleanupCodeSettings SetNoBuiltinSettings(this CleanupCodeSettings toolSettings, Nullable<bool> noBuiltinSettings)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
noBuiltinSettings Nullable<bool>

Return Value

Type Description
CleanupCodeSettings