code-cracker/code-cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4318
- days_rel: n/a
- days_push: 932
- n_releases_24m: 0
Adoption not part of the score
1147 stars · 277 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Code Cracker is a Roslyn-based analyzer library for C# and Visual Basic that provides code diagnostics, refactorings, and code style analysis. It can be installed as a NuGet package for build-time analysis or as a Visual Studio extension for IDE-wide analyzers.
Use cases
- find empty catch blocks and bad exception handling in C# code
- enforce code style rules like using nameof instead of string literals
- run static code analysis during builds on CI servers
- get automatic refactorings and code fixes in Visual Studio
- analyze both C# and VB.NET projects with Roslyn diagnostics
When to choose
- you want Roslyn-based diagnostics integrated into your .NET build or IDE
- you need analyzers configurable per-project and shareable via source control
- you work with both C# and Visual Basic codebases
When to avoid
- you need analyzers for languages other than C# or VB
- you want actively developed cutting-edge rules - the project releases infrequently
- you use an IDE without Roslyn analyzer support
Facets
library · maturity maintenance
linter developer-tools code-review developer-tools programming-languages parsers dotnet windows editor-plugin roslyn-analyzers static-analysis csharp visual-basic refactoring nuget visual-studio-extension
2 sources
- readme: https://github.com/code-cracker/code-cracker · fetched 2026-08-28 · 941a2cb8c3a8
- homepage: http://code-cracker.github.io/ · fetched 2026-08-29 · 65fef7c8695f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| code-cracker/code-cracker | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="code-cracker/code-cracker")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem