ShaunDev.Rules 1.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package ShaunDev.Rules --version 1.0.10
NuGet\Install-Package ShaunDev.Rules -Version 1.0.10
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="ShaunDev.Rules" Version="1.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShaunDev.Rules --version 1.0.10
#r "nuget: ShaunDev.Rules, 1.0.10"
#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.
// Install ShaunDev.Rules as a Cake Addin
#addin nuget:?package=ShaunDev.Rules&version=1.0.10

// Install ShaunDev.Rules as a Cake Tool
#tool nuget:?package=ShaunDev.Rules&version=1.0.10

Supplies a basic set of Code Analysis rulessets and StyleCop (v 4.7.49) settings.
     The purpose of this package is to make developing easy on developers.

     1. Create an extra solution configuration called 'Quick' (besides the existing Debug and Release).
     2. For this Quick configuration, disable Code Analysis, XML documentation, etc.
     3. Using this Quick configuration development is easy, and building is quick.
     4. Switch to Debug configuration sets all CodeAnalysis rules to Warnings.
     5. Switch to Release configuration sets all CodeAnalysis rules Errors.

     So before releaseing your code build in Release mode.

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
1.0.11 2,866 6/17/2016
1.0.10 1,826 6/7/2016
1.0.9 2,020 6/7/2016
1.0.8 1,796 6/7/2016
1.0.7 2,735 6/2/2016
1.0.6 1,833 6/2/2016
1.0.5 1,942 6/2/2016
1.0.4 1,969 6/2/2016

Added icon url of default nuget icon to package.