We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a709f89 commit c2b7182Copy full SHA for c2b7182
source/index.txt
@@ -16,6 +16,7 @@ MongoDB C# Driver
16
/whats-new
17
/issues-and-help
18
/faq
19
+ MongoDB Analyzer <https://www.mongodb.com/docs/mongodb-analyzer>
20
21
Introduction
22
------------
@@ -96,3 +97,11 @@ FAQ
96
97
98
For answers to commonly asked questions about the {+driver-long+}, see the :ref:`csharp-faq`
99
section.
100
+
101
+MongoDB Analyzer
102
+----------------
103
104
+The MongoDB Analyzer is a tool that helps you understand how your
105
+{+driver-short+} code translates into the MongoDB Query API and if your code
106
+includes any unsupported LINQ or builder expressions. To learn more, see the
107
+`MongoDB Analyzer documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.
0 commit comments