File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. tip :: Error List Panel
2
2
3
- You can view the output from the {+product+}
4
- in the Visual Studio Error List Window .
3
+ If you are using Visual Studio for Windows, you can view the output
4
+ from the {+product+} in the Error List window .
5
5
6
6
To learn more, see
7
7
`Error List Window <https://docs.microsoft.com/en-us/visualstudio/ide/reference/error-list-window?view=vs-2022 >`__
Original file line number Diff line number Diff line change 15
15
Installation </install>
16
16
/analyze-code
17
17
Configuration </configuration>
18
+ /known-issues
18
19
FAQ </faq>
19
20
What's New </whats-new>
20
21
Issues and Help </issues-and-help>
@@ -43,6 +44,9 @@ Read the following sections of this guide to learn how to install the
43
44
- :ref:`Analyze your code <mongodb-analyzer-analyze-code>`
44
45
- :ref:`Configure the extension <mongodb-analyzer-configuration>`
45
46
47
+ To view known issues with the {+product+}'s current functionality, see
48
+ the :ref:`mongodb-analyzer-known-issues` page.
49
+
46
50
To view answers to frequently asked questions, see the :ref:`FAQ <mongodb-analyzer-faq>` page.
47
51
48
52
To view the differences between versions of the extension,
Original file line number Diff line number Diff line change
1
+ .. _mongodb-analyzer-known-issues:
2
+
3
+ ============
4
+ Known Issues
5
+ ============
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ We are consistently working to improve the {+product+}, but we have
10
+ identified certain issues with its current functionality. If you
11
+ identify an issue that is not on this page, see the
12
+ :ref:`mongodb-analyzer-issues-and-help` page for
13
+ instructions on how to get help or report the issue.
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
+ Error List Window on macOS
27
+ --------------------------
28
+
29
+ Visual Studio for macOS does not have the Error List window feature. If
30
+ you are using the {+product+} in Visual Studio for macOS, you will not
31
+ be able to see output from the {+product+}, such as {+query-api+}
32
+ translations, in one location.
You can’t perform that action at this time.
0 commit comments