Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.29 KB

CodeTiger.CodeAnalysis

Gitter

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.

Source code

Clone the sources: git clone https://github.com/csdahlberg/CodeTiger.CodeAnalysis.git

Building

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).

Contributing

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.

License

CodeTiger.CodeAnalysis is licensed under the MIT license.