SolutionCop.MSBuild 0.8.0-beta1

This is a prerelease version of SolutionCop.MSBuild.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SolutionCop.MSBuild --version 0.8.0-beta1
                    
NuGet\Install-Package SolutionCop.MSBuild -Version 0.8.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.MSBuild" Version="0.8.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SolutionCop.MSBuild" Version="0.8.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="SolutionCop.MSBuild" />
                    
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.MSBuild --version 0.8.0-beta1
                    
#r "nuget: SolutionCop.MSBuild, 0.8.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.MSBuild&version=0.8.0-beta1&prerelease
                    
Install SolutionCop.MSBuild as a Cake Addin
#tool nuget:?package=SolutionCop.MSBuild&version=0.8.0-beta1&prerelease
                    
Install SolutionCop.MSBuild 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 1,341 10/29/2017
0.9.1 951 10/29/2017
0.9.0 941 10/29/2017
0.9.0-beta1 1,092 4/29/2017
0.8.0 1,325 4/29/2017
0.8.0-beta1 1,015 3/25/2017
0.7.0 1,430 9/3/2016
0.7.0-beta1 998 4/21/2016
0.6.0 1,087 3/19/2016
0.6.0-beta3 1,035 11/22/2015
0.6.0-beta2 987 11/19/2015
0.6.0-beta1 991 11/18/2015

0.8.0-beta1 - {New} Add 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
0.6.0-beta1 - First public release
...