CodeTiger.CodeAnalysis is a set of Roslyn-based code analyzers that I use in my personal projects. It analyzes coding style (naming, layout, etc.) to ensure it matches my own preferred coding style, as well as various maintainability and functional issues.
It currently supports Roslyn 2.6.1 (Visual Studio 2017 / 15.5) and newer.
Clone the sources: git clone https://github.com/csdahlberg/CodeTiger.CodeAnalysis.git
CodeTiger.CodeAnalysis is primarily developed using Visual Studio 2022. It can also be built using msbuild
, dotnet build
, or the Build.ps1
script (with the -SkipVsix
switch under linux).
Before you contribute, please read through the Contributing Guide.
You are also encouraged to join the chat on Gitter or start a discussion on GitHub.
CodeTiger.CodeAnalysis is licensed under the MIT license.