This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.StyleCop.
Summary
Specifies the .net solution to analyse.
- Assembly
- Cake
.StyleCop .dll - Namespace
- Cake
.Stylecop - Containing Type
- Style
Cop Settings Extensions
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. |