Selectorlyzer.Analyzers
Conventions analyzer
An analyzer tool for enforcing project-specific coding conventions in C# projects
Selectorlyzer is a configurable Roslyn Analyzer that uses CSS selector-like syntax for enforcing project specific conventions.
8 stars
2 watching
1 forks
Language: C#
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
menees/analyzers | C# code analysis rules to enforce coding standards and best practices | 22 |
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
netfabric/netfabric.hyperlinq.analyzer | An analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements. | 44 |
meziantou/meziantou.analyzer | An analyzer tool that enforces good practices in C# programming | 966 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 517 |
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,598 |
kirillosenkov/roslynquoter | An analysis tool that generates syntax tree API calls from C# source code | 957 |
stylecop/stylecop | Analyzes C# source code to enforce style and consistency rules | 1,201 |
cezarypiatek/multithreadinganalyzer | Analyzes code for multithreading-related issues to improve thread safety and prevent common pitfalls. | 30 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,130 |
wintellect/wintellect.analyzers | Analyzers for code quality and best practices in C# development | 91 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
cxxxr/sblint | A tool to analyze Common Lisp source code and report errors or warnings | 122 |
maglnet/composerrequirechecker | Analyzes composer dependencies and checks for unknown symbols used in the code of a package. | 905 |