mongo-csharp-analyzer
C# to MongoDB analyzer
Analyzes C# code to generate MongoDB Query API equivalent
The MongoDB Analyzer is a free tool that helps you understand how your code translates into the MongoDB Query API.
27 stars
21 watching
10 forks
Language: C#
last commit: 3 months ago
Linked from 3 awesome lists
c-sharpcsharpdotnetlinqmongodbroslynroslyn-analyzerstatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
netfabric/netfabric.hyperlinq.analyzer | An analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements. | 42 |
meziantou/meziantou.analyzer | An analyzer tool that enforces good practices in C# programming | 952 |
menees/analyzers | C# code analysis rules to enforce coding standards and best practices | 22 |
sonarsource/sonar-dotnet | Analyzes C# and VB.NET code for quality and security issues | 796 |
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,594 |
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
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 |
cezarypiatek/multithreadinganalyzer | Analyzes code for multithreading-related issues to improve thread safety and prevent common pitfalls. | 30 |
wintellect/wintellect.analyzers | Analyzers for code quality and best practices in C# development | 90 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
stylecop/stylecop | Analyzes C# source code to enforce style and consistency rules | 1,198 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,129 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 516 |
sonarsource/sonarqube-roslyn-sdk | Provides tools to integrate Roslyn analyzers with SonarQube | 86 |