File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ bool-data-type = "``boolean``"
36
36
string-data-type = " ``string``"
37
37
int-data-type = " ``integer``"
38
38
not-available = " N/A"
39
+ analyzer = " MongoDB C# Analyzer"
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ steps:
207
207
<https://mongodb.github.io/mongo-csharp-driver/2.17/reference/driver/crud/linq3/>`__
208
208
provider. The LINQ3 provider contains many fixes and new features
209
209
over the LINQ2 provider.
210
- #. Use the `MongoDB Analyzer
210
+ #. Use the `{+analyzer+}
211
211
<https://www.mongodb.com/docs/mongodb-analyzer/current/>`__ to analyze your
212
212
expressions.
213
213
#. Try to simplify your query where possible.
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ can use for the following tasks:
27
27
- Defining an update operation
28
28
- Selecting index keys
29
29
30
- .. tip:: MongoDB Analyzer
30
+ .. tip:: {+analyzer+}
31
31
32
- The MongoDB Analyzer is a tool that helps you analyze your
32
+ The {+analyzer+} is a tool that helps you analyze your
33
33
builders definitions and understand how your {+lang-framework+} code
34
34
translates into the MongoDB Query API. For more information and
35
- installation instructions, see the `MongoDB Analyzer reference page <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__.
35
+ installation instructions, see the `{+analyzer+} reference page <https://www.mongodb.com/docs/mongodb-analyzer/current/>`__.
36
36
37
37
You should read this guide if you want to learn more about how to
38
38
construct definitions and build up syntax using builders.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ MongoDB C# Driver
24
24
/compatibility
25
25
/upgrade
26
26
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>
27
- MongoDB Analyzer <https://www.mongodb.com/docs/mongodb-analyzer>
27
+ {+analyzer+} <https://www.mongodb.com/docs/mongodb-analyzer>
28
28
29
29
Introduction
30
30
------------
@@ -137,10 +137,10 @@ object-oriented interface for data management.
137
137
To learn more, see the
138
138
`MongoDB Entity Framework Provider documentation <https://www.mongodb.com/docs/entity-framework/current/>`__.
139
139
140
- MongoDB Analyzer
141
- ----------------
140
+ {+analyzer+}
141
+ -------------------
142
142
143
- The MongoDB Analyzer is a tool that helps you understand how your
143
+ The {+analyzer+} is a tool that helps you understand how your
144
144
{+driver-short+} code translates into the MongoDB Query API and if your code
145
145
includes any unsupported LINQ or builder expressions. To learn more, see the
146
- `MongoDB Analyzer documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.
146
+ `{+analyzer+} documentation <https://www.mongodb.com/docs/mongodb-analyzer>`__.
You can’t perform that action at this time.
0 commit comments