NetFabric.Hyperlinq.Analyzer
Code analyzer
An analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements.
A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.
44 stars
5 watching
6 forks
Language: C#
last commit: 8 months ago
Linked from 1 awesome list
analyzercsharpdotnetenumerationlinqnugetnuget-packageperformanceroslyn-analyzer
Related projects:
Repository | Description | Stars |
---|---|---|
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,598 |
meziantou/meziantou.analyzer | An analyzer tool that enforces good practices in C# programming | 966 |
menees/analyzers | C# code analysis rules to enforce coding standards and best practices | 22 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
sonarsource/sonar-dotnet | Analyzes C# and VB.NET code for quality and security issues | 802 |
wintellect/wintellect.analyzers | Analyzers for code quality and best practices in C# development | 91 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,130 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 517 |
microsoft/infersharp | A tool that analyzes C# code for potential issues such as null pointer dereferences and resource leaks to help detect security vulnerabilities. | 737 |
mongodb/mongo-csharp-analyzer | Analyzes C# code to generate MongoDB Query API equivalent | 27 |
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 875 |
vannevelj/vsdiagnostics | Provides real-time code quality checks and suggestions to help developers write proper C# code | 65 |
cxxxr/sblint | A tool to analyze Common Lisp source code and report errors or warnings | 122 |
rlgnak/selectorlyzer.analyzers | An analyzer tool for enforcing project-specific coding conventions in C# projects | 8 |