CleanupCodeSettingsExtensions.

SetDotNetPath(CleanupCodeSettings, string) Method

Summary

Sets

.NET Core path. Empty to ignore .NET Core. Not specified for autodetect. Example: --dotnetcore=/usr/local/share/dotnet/dotnet.

Syntax

public static CleanupCodeSettings SetDotNetPath(this CleanupCodeSettings toolSettings, string dotNetPath)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
dotNetPath string

Return Value

Type Description
CleanupCodeSettings