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.

GitHub

27 stars
21 watching
9 forks
Language: C#
last commit: almost 2 years ago
Linked from 3 awesome lists

c-sharpcsharpdotnetlinqmongodbroslynroslyn-analyzerstatic-analysis

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
netfabric/netfabric.hyperlinq.analyzerAn analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements.44
meziantou/meziantou.analyzerAn analyzer tool that enforces good practices in C# programming966
menees/analyzersC# code analysis rules to enforce coding standards and best practices22
sonarsource/sonar-dotnetAnalyzes C# and VB.NET code for quality and security issues802
dotnet/roslyn-analyzersAnalyzes .NET code for style, quality and maintainability issues1,598
cezarypiatek/exceptionanalyzerAnalyzes C# code for exception usage best practices20
microsoft/infersharpA tool that analyzes C# code for potential issues such as null pointer dereferences and resource leaks to help detect security vulnerabilities.737
cezarypiatek/multithreadinganalyzerAnalyzes code for multithreading-related issues to improve thread safety and prevent common pitfalls.30
wintellect/wintellect.analyzersAnalyzers for code quality and best practices in C# development91
bkoelman/csharpguidelinesanalyzerA tool that analyzes C# code against predefined coding guidelines and reports diagnostics145
stylecop/stylecopAnalyzes C# source code to enforce style and consistency rules1,201
pvginkel/microsoft.codeanalysis.csharp.patternmatchingA library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring.29
code-cracker/code-crackerAn analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn.1,130
dotnet/roslyn-sdkProvides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform517
sonarsource/sonarqube-roslyn-sdkProvides tools to integrate Roslyn analyzers with SonarQube86