File tree Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Expand file tree Collapse file tree 3 files changed +22
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
13
13
product-home-page = " {+product-source-repo+}"
14
14
product-nuget-link = " https://www.nuget.org/packages/MongoDB.Analyzer"
15
15
product-package-name = " MongoDB.Analyzer"
16
- product-version = " 1.1 "
16
+ product-version = " 1.2 "
17
17
product-version-full = " {+product-version+}.0"
18
18
product-settings-file-constant = " mongodb.analyzer.json"
19
19
product-jira = " https://jira.mongodb.org/browse/VS"
@@ -22,5 +22,6 @@ query-api = "MongoDB Query API"
22
22
23
23
driver-long = " MongoDB .NET driver"
24
24
driver-short = " .NET driver"
25
- driver-version = " 2.14 "
25
+ driver-version = " 2.18 "
26
26
driver-docs = " https://mongodb.github.io/mongo-csharp-driver/{+driver-version+}/"
27
+
Original file line number Diff line number Diff line change @@ -12,17 +12,6 @@ identify an issue that is not on this page, see the
12
12
:ref:`mongodb-analyzer-issues-and-help` page for
13
13
instructions on how to get help or report the issue.
14
14
15
- LINQ Expression Analysis on macOS
16
- ---------------------------------
17
-
18
- If you are using the {+product+} in Visual Studio for macOS, you must
19
- include the following ``using`` directive at the beginning of your
20
- program to see analysis of LINQ expressions:
21
-
22
- .. code-block:: csharp
23
-
24
- using MongoDB.Driver.Linq;
25
-
26
15
Error List Window on macOS
27
16
--------------------------
28
17
Original file line number Diff line number Diff line change 4
4
What's New
5
5
==========
6
6
7
- .. default-domain:: mongodb
8
-
9
7
.. contents:: On this page
10
8
:local:
11
9
:backlinks: none
12
10
:depth: 1
13
11
:class: singlecol
14
12
13
+ Learn what's new in:
14
+
15
+ * :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
16
+ * :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
17
+ * :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`
18
+
19
+ .. _mongodb-analyzer-whats-new-1.2:
20
+
21
+ What's New in 1.2
22
+ -----------------
23
+
24
+ New features of the 1.2 {+product+} release include:
25
+
26
+ - Limited support for builders for Atlas Search.
27
+ - Default LINQ provider version set to ``V3`` in driver versions 2.19.0 and higher.
28
+ - The ``using MongoDB.Driver.Linq;`` statement is no longer required to
29
+ analyze LINQ expressions on macOS.
30
+
15
31
.. _mongodb-analyzer-whats-new-1.1:
16
32
17
33
What's New in 1.1
18
34
-----------------
19
35
20
- New features of the {+product-version+} {+product+} release include:
36
+ New features of the 1.1 {+product+} release include:
21
37
22
38
- ``EnableVariableTracking`` config option to track and compose variables
23
39
holding builders definitions
@@ -30,7 +46,6 @@ New features of the {+product-version+} {+product+} release include:
30
46
31
47
- Support for Projection builders
32
48
33
-
34
49
.. _mongodb-analyzer-whats-new-1.0:
35
50
36
51
What's New in 1.0
You can’t perform that action at this time.
0 commit comments