SolutionCop 0.6.0-beta2

This is a prerelease version of SolutionCop.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SolutionCop --version 0.6.0-beta2
                    
NuGet\Install-Package SolutionCop -Version 0.6.0-beta2
                    
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="SolutionCop" Version="0.6.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SolutionCop" Version="0.6.0-beta2" />
                    
Directory.Packages.props
<PackageReference Include="SolutionCop" />
                    
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 SolutionCop --version 0.6.0-beta2
                    
#r "nuget: SolutionCop, 0.6.0-beta2"
                    
#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=SolutionCop&version=0.6.0-beta2&prerelease
                    
Install SolutionCop as a Cake Addin
#tool nuget:?package=SolutionCop&version=0.6.0-beta2&prerelease
                    
Install SolutionCop as a Cake Tool

Tool for static analysis of Visual Studio solutions and projects.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.2 130,999 10/29/2017
0.9.1 1,005 10/29/2017
0.9.0 1,006 10/29/2017
0.9.0-beta1 1,148 4/29/2017
0.8.0 1,305 4/29/2017
0.8.0-beta1 1,041 3/25/2017
0.7.0 1,752 9/3/2016
0.7.0-beta1 1,011 4/21/2016
0.6.0 1,250 3/19/2016
0.6.0-beta3 1,082 11/22/2015
0.6.0-beta2 981 11/19/2015
0.6.0-beta1 995 11/18/2015
0.5.2 2,910 11/3/2015
0.5.1 1,241 6/25/2015
0.5.0 1,113 6/23/2015
0.4.1 1,295 4/10/2015
0.4.0 1,281 4/10/2015
0.3.1 1,205 4/9/2015
0.3.0 1,162 3/6/2015
0.3.0-beta2 1,039 3/4/2015
0.3.0-beta1 1,361 3/4/2015
0.2.0 1,200 2/24/2015
0.2.0-rc4 1,440 2/19/2015
0.2.0-rc3 1,249 2/17/2015
0.2.0-rc2 1,328 2/17/2015
0.2.0-rc1 1,276 2/16/2015
0.1.2 1,354 2/11/2015
0.1.1 1,309 2/10/2015
0.1.0 1,375 2/10/2015
0.1.0-beta2 1,213 2/10/2015
0.1.0-beta1 1,208 2/8/2015
0.1.0-alpha3 1,438 2/6/2015
0.1.0-alpha2 1,460 2/4/2015
0.1.0-alpha1 1,375 1/25/2015

0.6.0-beta2 - {bugfix} Fixed WarningLevel parsing - now is correctly 1 if missing
             {feature} Now possible to suppress success messages for build servers. PR from Igor Manushin.
0.6.0-beta1 - Refactoring for new SolutionCop.MSBuild package
0.5.2 - {BugFix} Now error is properly reported when NuGet binary is referenced, but there is no packages.config file
0.5.1 - {New} Assembly alias added for ReferenceNuGetPackagesOnly rule exceptions
0.5.0 - {New} Possible to specify files in ReferenceNuGetPackagesOnly rule exceptions
0.4.1 - {New} Writing app version to console
0.4.0 - {New} Multiple version ranges supported - e.g. "[0.1.1, 0.2)|[0.2.1, 0.3)"
...