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 106 10/21/2024
1.2.0-preview02 95 6/30/2024
1.1.5 363 9/9/2023
1.1.5-beta01 230 9/8/2023
1.1.3 480 7/18/2022
1.1.2 657 1/15/2021
1.1.1 556 10/30/2020
1.1.0 530 9/7/2020
1.0.1-beta02 552 2/12/2020
1.0.0 814 3/3/2019
1.0.0-beta05 2,093 4/12/2018
0.8.0 1,592 9/10/2017
0.3.3 1,401 2/10/2017
0.3.2-alpha2 922 10/6/2016
0.3.2-alpha 866 10/6/2016
0.3.1-alpha 880 5/14/2016
0.3.0-alpha 1,077 8/26/2015
0.2.0-alpha1 929 6/20/2015
0.1.0-alpha1 1,137 4/30/2015

Fixed some false-positives with CT2001 and CT2009.