StyleCopPlus.MSBuild integrates StyleCopPlus into the build process.
This is just a simple Nuget that sets StyleCopAdditionalAddinPaths to the StyleCopPlus.dll folder. All regards to the corresponding authors.
Automatically Installs StyleCop build targets into a project so you don't have to manually install StyleCop.
StyleCop binaries are released under MS-PL by http://stylecop.codeplex.com/license.
BuildTools.StyleCop scripts are released under MS-PL by http://github.com/jonwagner/BuildTools
Wraps StyleCop functionality into a CakeBuild addin. Does not require StyleCop to have been integrated with the solution or installed on the build machine.
Supplies a basic set of Code Analysis rulessets and StyleCop (v 4.7.49) settings.
The purpose of this package is to make developing easy on developers.
Manually do the following:
1. Create an extra solution configuration called 'Quick' (besides the existing Debug and Release)....
More information
BuildTools.StyleCopPlus integrates StyleCopPlus into the build process.
This is just a simple Nuget that sets StyleCopAdditionalAddinPaths to the StyleCopPlus.dll folder. All regards to the corresponding authors.