StyleCopPlus.MSBuild2 1.10.0

Requires NuGet 2.5 or higher.

dotnet add package StyleCopPlus.MSBuild2 --version 1.10.0
                    
NuGet\Install-Package StyleCopPlus.MSBuild2 -Version 1.10.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StyleCopPlus.MSBuild2" Version="1.10.0">
  <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.
<PackageVersion Include="StyleCopPlus.MSBuild2" Version="1.10.0" />
                    
Directory.Packages.props
<PackageReference Include="StyleCopPlus.MSBuild2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StyleCopPlus.MSBuild2 --version 1.10.0
                    
#r "nuget: StyleCopPlus.MSBuild2, 1.10.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=StyleCopPlus.MSBuild2&version=1.10.0
                    
Install StyleCopPlus.MSBuild2 as a Cake Addin
#tool nuget:?package=StyleCopPlus.MSBuild2&version=1.10.0
                    
Install StyleCopPlus.MSBuild2 as a Cake Tool

Enables the StyleCop+ plug-in for StyleCop in Visual Studio project files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.0 588 9/20/2014
1.9.0 54 9/20/2014

Release Notes: https://stylecopplus.codeplex.com/releases/view/124061

Supported [Fact] and [Theory] attributes for xUnit.net unit testing framework.
Thanks to Wes McNamee for contributing!