SharpSource
Code mistake detector
An analyzer that identifies common coding mistakes and inefficiencies in C# code to prevent runtime errors and improve performance.
surfacing defects at compile time and preventing issues that would otherwise go unnoticed
30 stars
3 watching
5 forks
Language: C#
last commit: 2 months ago
Linked from 1 awesome list
analyzercode-analysisroslynroslyn-analyzerroslyn-codefixstatic-analysisvisual-studio-extension
Related projects:
Repository | Description | Stars |
---|---|---|
vannevelj/vsdiagnostics | Provides real-time code quality checks and suggestions to help developers write proper C# code | 65 |
menees/analyzers | C# code analysis rules to enforce coding standards and best practices | 22 |
sergeyteplyakov/errorprone.net | An analyzer tool to identify common C# coding errors and promote correctness in software development | 894 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,129 |
wintellect/wintellect.analyzers | Analyzers for code quality and best practices in C# development | 90 |
security-code-scan/security-code-scan | Detects vulnerabilities in C# and VB.NET code | 944 |
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
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 |
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,594 |
meziantou/meziantou.analyzer | An analyzer tool that enforces good practices in C# programming | 952 |
blowin/blowincleancode | A C# code analyzer designed to simplify and clean up code by identifying common issues and bad practices. | 15 |
sonarsource/sonar-dotnet | Analyzes C# and VB.NET code for quality and security issues | 796 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
microsoft/infersharp | A tool that analyzes C# code for potential issues such as null pointer dereferences and resource leaks to help detect security vulnerabilities. | 732 |