ShaunDev.Rules 1.0.11

dotnet add package ShaunDev.Rules --version 1.0.11
                    
NuGet\Install-Package ShaunDev.Rules -Version 1.0.11
                    
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.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShaunDev.Rules" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="ShaunDev.Rules" />
                    
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 ShaunDev.Rules --version 1.0.11
                    
#r "nuget: ShaunDev.Rules, 1.0.11"
                    
#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=ShaunDev.Rules&version=1.0.11
                    
Install ShaunDev.Rules as a Cake Addin
#tool nuget:?package=ShaunDev.Rules&version=1.0.11
                    
Install ShaunDev.Rules as a Cake Tool

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.

     Manually do the following:
     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.
     4a. Select the ShaunDevDebugRules.ruleset manually (a todo).
     5. Switch to Release configuration sets all CodeAnalysis rules Errors.
     5a. Select the ShaunDevReleaseRules.ruleset manually (a todo).

     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 3,070 6/17/2016
1.0.10 1,973 6/7/2016
1.0.9 2,166 6/7/2016
1.0.8 1,951 6/7/2016
1.0.7 3,043 6/2/2016
1.0.6 1,979 6/2/2016
1.0.5 2,089 6/2/2016
1.0.4 2,117 6/2/2016

Removed CA1303 from rulesets.