StyleCop.MSBuild by Andy Reeves, Adam Ralph

<PackageReference Include="StyleCop.MSBuild" Version="4.7.24" />

 StyleCop.MSBuild 4.7.24

Adds official StyleCop MSBuild targets to your project. Runs StyleCop analysis on your project with every build. Works both on a developer workstation (with or without Visual Studio) and on a build server. Includes official StyleCop binaries. Does not require installation of StyleCop on either a developer workstation or build server. For update notifications follow https://twitter.com/#!/adamralph and/or subscribe to http://adamralph.blogspot.com/. (Package source hosted at https://bitbucket.org/adamralph/stylecop-msbuild.) NOTE: If your solution is currently using StyleCop.MSBuild.4.7.17.0 or earlier, updating to this version will not work. Instead, manually remove your current version and then install this version.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>StyleCop.MSBuild</id>
    <version>4.7.24.0</version>
    <authors>Andy Reeves, Adam Ralph</authors>
    <owners>Adam Ralph</owners>
    <licenseUrl>http://stylecop.codeplex.com/license</licenseUrl>
    <projectUrl>http://stylecop.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds official StyleCop MSBuild targets to your project. Runs StyleCop analysis on your project with every build. Works both on a developer workstation (with or without Visual Studio) and on a build server. Includes official StyleCop binaries. Does not require installation of StyleCop on either a developer workstation or build server. For update notifications follow https://twitter.com/#!/adamralph and/or subscribe to http://adamralph.blogspot.com/. (Package source hosted at https://bitbucket.org/adamralph/stylecop-msbuild.) NOTE: If your solution is currently using StyleCop.MSBuild.4.7.17.0 or earlier, updating to this version will not work. Instead, manually remove your current version and then install this version.</description>
    <releaseNotes>See the project site.</releaseNotes>
    <copyright>(Package scripts) Copyright (c) 2012 Adam Ralph ([email protected])</copyright>
    <language>en-US</language>
  </metadata>
</package>