Docs Menu

Docs HomeMongoDB Analyzer

MongoDB Analyzer

The MongoDB Analyzer is a tool that helps you understand the following about your MongoDB .NET/C# driver code:

  • How your code translates into the MongoDB Query API

  • If your code includes unsupported LINQ or builder expressions

The MongoDB Analyzer can analyze the following groups of .NET/C# driver expressions:

Read the following sections of this guide to learn how to install the MongoDB Analyzer, how to use its features, and how to configure it:

To view known issues with the MongoDB Analyzer's current functionality, see the Known Issues page.

To view answers to frequently asked questions, see the FAQ page.

To view the differences between versions of the extension, see the What's New page.

For further support, see the Issues and Help page.

Note

Roslyn Analyzer

The MongoDB Analyzer is a Roslyn Analyzer. To learn more about Roslyn Analyzers, see Overview of Source Code Analysis from Microsoft.

Install the MongoDB Analyzer →
Share Feedback