SolutionCop 0.9.0-beta1

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.9.0-beta1
                    
NuGet\Install-Package SolutionCop -Version 0.9.0-beta1
                    
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.9.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SolutionCop" Version="0.9.0-beta1" />
                    
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.9.0-beta1
                    
#r "nuget: SolutionCop, 0.9.0-beta1"
                    
#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.9.0-beta1&prerelease
                    
Install SolutionCop as a Cake Addin
#tool nuget:?package=SolutionCop&version=0.9.0-beta1&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,997 10/29/2017
0.9.1 1,003 10/29/2017
0.9.0 1,004 10/29/2017
0.9.0-beta1 1,145 4/29/2017
0.8.0 1,302 4/29/2017
0.8.0-beta1 1,038 3/25/2017
0.7.0 1,749 9/3/2016
0.7.0-beta1 1,009 4/21/2016
0.6.0 1,248 3/19/2016
0.6.0-beta3 1,079 11/22/2015
0.6.0-beta2 978 11/19/2015
0.6.0-beta1 992 11/18/2015
0.5.2 2,907 11/3/2015
0.5.1 1,238 6/25/2015
0.5.0 1,110 6/23/2015
0.4.1 1,292 4/10/2015
0.4.0 1,278 4/10/2015
0.3.1 1,202 4/9/2015
0.3.0 1,159 3/6/2015
0.3.0-beta2 1,036 3/4/2015
0.3.0-beta1 1,358 3/4/2015
0.2.0 1,197 2/24/2015
0.2.0-rc4 1,437 2/19/2015
0.2.0-rc3 1,246 2/17/2015
0.2.0-rc2 1,325 2/17/2015
0.2.0-rc1 1,273 2/16/2015
0.1.2 1,351 2/11/2015
0.1.1 1,306 2/10/2015
0.1.0 1,372 2/10/2015
0.1.0-beta2 1,210 2/10/2015
0.1.0-beta1 1,205 2/8/2015
0.1.0-alpha3 1,433 2/6/2015
0.1.0-alpha2 1,455 2/4/2015
0.1.0-alpha1 1,370 1/25/2015

0.9.0-beta1 - {New} Added new NuGetMandatoryPackage rule
             {New} developmentDependency attribute is taken into account for NuGetPackagesUsage rule
0.8.0 - No changes, releasing beta1 as stable version
0.8.0-beta1 - {New} Added NuspecHasTheSameVersionsWithPackagesConfig rule
             {New} SolutionCop.xsd is added if missing
0.7.0 - No changes, releasing beta1 as stable version
0.7.0-beta1 - Contributions from https://github.com/skurdiukov:
             {New} XSD Schema added
             {New} Failed checks are reported as failed tests into TeamCity
             {BugFix} SameNameForAssemblyAndRootNamespace rule now doesn't crash on missing assembly name
0.6.0 - No changes, releasing beta3 as stable version
0.6.0-beta3 - {BugFix} Attempt to fix relative folders issue in FilesIncludedIntoProjectRule
             {New} Additional recommendations added into some error messages
0.6.0-beta2 - {BugFix} Fixed WarningLevel parsing - now is correctly 1 if missing
             {New} 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)"
...