CodeTiger.CodeAnalysis 0.3.2-alpha2

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.2-alpha2
                    
NuGet\Install-Package CodeTiger.CodeAnalysis -Version 0.3.2-alpha2
                    
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.2-alpha2">
  <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.
<PackageVersion Include="CodeTiger.CodeAnalysis" Version="0.3.2-alpha2" />
                    
Directory.Packages.props
<PackageReference Include="CodeTiger.CodeAnalysis">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 CodeTiger.CodeAnalysis --version 0.3.2-alpha2
                    
#r "nuget: CodeTiger.CodeAnalysis, 0.3.2-alpha2"
                    
#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=CodeTiger.CodeAnalysis&version=0.3.2-alpha2&prerelease
                    
Install CodeTiger.CodeAnalysis as a Cake Addin
#tool nuget:?package=CodeTiger.CodeAnalysis&version=0.3.2-alpha2&prerelease
                    
Install CodeTiger.CodeAnalysis as a Cake Tool

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.1 70 5 days ago
1.2.0 130 6 months ago
1.2.0-preview02 100 6/30/2024
1.1.5 3,679 9/9/2023
1.1.5-beta01 233 9/8/2023
1.1.3 506 7/18/2022
1.1.2 694 1/15/2021
1.1.1 585 10/30/2020
1.1.0 561 9/7/2020
1.0.1-beta02 588 2/12/2020
1.0.0 855 3/3/2019
1.0.0-beta05 2,225 4/12/2018
0.8.0 1,736 9/10/2017
0.3.3 1,546 2/10/2017
0.3.2-alpha2 1,018 10/6/2016
0.3.2-alpha 957 10/6/2016
0.3.1-alpha 971 5/14/2016
0.3.0-alpha 1,175 8/26/2015
0.2.0-alpha1 1,026 6/20/2015
0.1.0-alpha1 1,233 4/30/2015

Fixed an IndexOutOfRangeException in SymbolNamingAnalyzer.
Fixed NullReferenceExceptions in ThreadingReliabilityAnalyzer and UnmanagedReliabilityAnalyzer.
Marked the package as a development dependency.