StyleCop.MSBuild 4.7.48.2

Requires NuGet 2.8 or higher.

Install-Package StyleCop.MSBuild -Version 4.7.48.2
dotnet add package StyleCop.MSBuild --version 4.7.48.2
<PackageReference Include="StyleCop.MSBuild" Version="4.7.48.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StyleCop.MSBuild --version 4.7.48.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StyleCop.MSBuild, 4.7.48.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install StyleCop.MSBuild as a Cake Addin
#addin nuget:?package=StyleCop.MSBuild&version=4.7.48.2

// Install StyleCop.MSBuild as a Cake Tool
#tool nuget:?package=StyleCop.MSBuild&version=4.7.48.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

NOTE: if you are using 4.7.48.0 or earlier, uninstall, then reinstall this version. DO NOT perform an update.

Adds official StyleCop MSBuild targets to your project for running StyleCop analysis with every build. Includes official StyleCop binaries. Works both on a developer workstation (with or without Visual Studio) and on a build server. Does not require installation of StyleCop on any machine. Compatible with NuGet package restore. For update notifications follow https://twitter.com/adamralph. Come and chat to fellow developers about StyleCop and StyleCop.MSBuild at https://jabbr.net/#/rooms/stylecop/.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

Version Downloads Last updated
4.7.48.2 0 06.02.2022

NOTE: if you are using 4.7.48.0 or earlier, uninstall, then reinstall this version. DO NOT perform an update.

For StyleCop release notes see https://stylecop.codeplex.com/.

StyleCop.MSBuild release notes:-

4.7.48.2
New: Switch to using /build NuGet feature - https://bitbucket.org/adamralph/stylecop-msbuild/issue/12/
New: Package as developmentDependency - https://bitbucket.org/adamralph/stylecop-msbuild/issue/13/

4.7.46.1 Fixed: 'intitial' typo in Install.ps1 - https://bitbucket.org/adamralph/stylecop-msbuild/issue/11/

4.7.36.1 New: Add StyleCopSettingsEditor.exe to tools folder - https://bitbucket.org/adamralph/stylecop-msbuild/issue/5/

4.7.32.0 New: Remove duplication in XML elements - https://bitbucket.org/adamralph/stylecop-msbuild/issue/3/

4.7.31.2 New: Compatibility with package restore workflow - https://bitbucket.org/adamralph/stylecop-msbuild/issue/1/

4.7.31.1 Fixed: Changes element content line endings to unix style in project file - https://bitbucket.org/adamralph/stylecop-msbuild/issue/2/

4.7.26.6 Fixed: Import element is not removed from csproj file when the repository root folder is not named 'packages' and/or when the repository root folder belongs to the same folder as the csproj file.

4.7.17.1 New: Update .csproj Import during Nuget package install - https://stylecop.codeplex.com/workitem/7206/