EffectiveCSharp.Analyzers 0.1.0

dotnet add package EffectiveCSharp.Analyzers --version 0.1.0                
NuGet\Install-Package EffectiveCSharp.Analyzers -Version 0.1.0                
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="EffectiveCSharp.Analyzers" Version="0.1.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EffectiveCSharp.Analyzers --version 0.1.0                
#r "nuget: EffectiveCSharp.Analyzers, 0.1.0"                
#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 EffectiveCSharp.Analyzers as a Cake Addin
#addin nuget:?package=EffectiveCSharp.Analyzers&version=0.1.0

// Install EffectiveCSharp.Analyzers as a Cake Tool
#tool nuget:?package=EffectiveCSharp.Analyzers&version=0.1.0                

Effective CSharp Analyzers

Many of the recommendations in the book Effective C#: 50 Specific Ways to Improve Your C# can be validated by Roslyn-based analyzers and code fixes. The author of the book Bill Wagner has a repository but they are not maintained.

Rules

Code analyzers and code fixes will be named and numbered similarly to the book. Some of the author's guidance is opinionated, and unless otherwise indicated as prescriptive guidance, will show up as Info or Suggestion. In your code base you can change the effective severity of the rules to suit your needs.

Where possible, documentation will be provided as a derivative work of the book, including test cases.

For a list of rules, see shipped and unshipped.

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.1.0 269 8/19/2024
0.1.0-rc-0002 107 8/17/2024
0.1.0-rc 88 8/15/2024
0.1.0-alpha 70 8/5/2024