CodeTiger.CodeAnalysis 0.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeTiger.CodeAnalysis --version 0.3.3
NuGet\Install-Package CodeTiger.CodeAnalysis -Version 0.3.3
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="CodeTiger.CodeAnalysis" Version="0.3.3">
  <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 CodeTiger.CodeAnalysis --version 0.3.3
#r "nuget: CodeTiger.CodeAnalysis, 0.3.3"
#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 CodeTiger.CodeAnalysis as a Cake Addin
#addin nuget:?package=CodeTiger.CodeAnalysis&version=0.3.3

// Install CodeTiger.CodeAnalysis as a Cake Tool
#tool nuget:?package=CodeTiger.CodeAnalysis&version=0.3.3

General purpose Roslyn-based static code analysis rules for C#.

While not intended to be an exact replacement for StyleCop, many of the individual diagnostics are similar to StyleCop rules.

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.1.5 293 9/9/2023
1.1.5-beta01 190 9/8/2023
1.1.3 451 7/18/2022
1.1.2 622 1/15/2021
1.1.1 523 10/30/2020
1.1.0 497 9/7/2020
1.0.1-beta02 527 2/12/2020
1.0.0 774 3/3/2019
1.0.0-beta05 2,064 4/12/2018
0.8.0 1,547 9/10/2017
0.3.3 1,362 2/10/2017
0.3.2-alpha2 890 10/6/2016
0.3.2-alpha 830 10/6/2016
0.3.1-alpha 857 5/14/2016
0.3.0-alpha 1,044 8/26/2015
0.2.0-alpha1 897 6/20/2015
0.1.0-alpha1 1,113 4/30/2015

- Fixed StaticDesignAnalyzer to not flag abstract classes.
- Fixed NullReferenceExceptions when using AccessorList in NonGenericCollectionDesignAnalyzer and UnmanagedReliabilityAnalyzer.