CodeTiger.CodeAnalysis 0.3.1-alpha

This is a prerelease version of CodeTiger.CodeAnalysis.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeTiger.CodeAnalysis --version 0.3.1-alpha
NuGet\Install-Package CodeTiger.CodeAnalysis -Version 0.3.1-alpha
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.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeTiger.CodeAnalysis --version 0.3.1-alpha
#r "nuget: CodeTiger.CodeAnalysis, 0.3.1-alpha"
#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.1-alpha&prerelease

// Install CodeTiger.CodeAnalysis as a Cake Tool
#tool nuget:?package=CodeTiger.CodeAnalysis&version=0.3.1-alpha&prerelease

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.2.0-preview02 25 6/30/2024
1.1.5 306 9/9/2023
1.1.5-beta01 193 9/8/2023
1.1.3 453 7/18/2022
1.1.2 632 1/15/2021
1.1.1 526 10/30/2020
1.1.0 501 9/7/2020
1.0.1-beta02 529 2/12/2020
1.0.0 780 3/3/2019
1.0.0-beta05 2,065 4/12/2018
0.8.0 1,556 9/10/2017
0.3.3 1,366 2/10/2017
0.3.2-alpha2 894 10/6/2016
0.3.2-alpha 835 10/6/2016
0.3.1-alpha 860 5/14/2016
0.3.0-alpha 1,049 8/26/2015
0.2.0-alpha1 901 6/20/2015
0.1.0-alpha1 1,119 4/30/2015

Fixed some false-positives with CT2001 and CT2009.