ErrorProne.NET
Error checker
An analyzer tool to identify common C# coding errors and promote correctness in software development
Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
894 stars
23 watching
43 forks
Language: C#
last commit: 14 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
vannevelj/sharpsource | An analyzer that identifies common coding mistakes and inefficiencies in C# code to prevent runtime errors and improve performance. | 30 |
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
wintellect/wintellect.analyzers | Analyzers for code quality and best practices in C# development | 90 |
tbroyer/gradle-errorprone-plugin | A Gradle plugin that enables the use of Error Prone compiler for Java code analysis | 368 |
menees/analyzers | C# code analysis rules to enforce coding standards and best practices | 22 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,129 |
chaijs/check-error | Utility module providing methods to compare and analyze error objects in Node.js and the browser. | 14 |
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,594 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
meziantou/meziantou.analyzer | An analyzer tool that enforces good practices in C# programming | 952 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 516 |
netfabric/netfabric.hyperlinq.analyzer | An analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements. | 42 |
scientistproject/scientist.net | A .NET library that refactors code to compare different approaches and measure performance. | 1,466 |
vannevelj/vsdiagnostics | Provides real-time code quality checks and suggestions to help developers write proper C# code | 65 |
krzysztofzablocki/kzasserts | A tool to help developers ensure code correctness and handle errors in their apps by providing a way to validate assumptions about data types and API responses. | 100 |