A Cake AddIn that allows code style 'linting' using StyleCop.
#addin nuget:?package=Cake.StyleCop&version=1.1.3
dotnet add package Cake.StyleCop --version 1.1.3
<PackageReference Include="Cake.StyleCop" Version="1.1.3" />
Aliases
Contains functionality for working with Stylecop.
General
StyleCopAnalyse |
Analyses the project using stylecop. |
StyleCopReport |
Generates summary report from a stylecop execution. |