StyleCopSettingsExtensions.

WithSolution(StyleCopSettings, FilePath) Method

Summary

Specifies the .net solution to analyse.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StyleCopSettingsExtensions

Syntax

public static StyleCopSettings WithSolution(this StyleCopSettings settings, FilePath solutionFile)

Parameters

Name Type Description
settings StyleCopSettings The settings object.
solutionFile FilePath FilePath of the .sln file.

Return Value

Type Description
StyleCopSettings Settings object.