Skip to content

Commit 3c536d0

Browse files
authored
DOCSP-26475: known issues (#32)
* DOCSP-26475: known issues * add to toc * AH PR fixes * wording fix
1 parent db06894 commit 3c536d0

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

source/includes/error-list-window.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. tip:: Error List Panel
22

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.
55

66
To learn more, see
77
`Error List Window <https://docs.microsoft.com/en-us/visualstudio/ide/reference/error-list-window?view=vs-2022>`__

source/index.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
Installation </install>
1616
/analyze-code
1717
Configuration </configuration>
18+
/known-issues
1819
FAQ </faq>
1920
What's New </whats-new>
2021
Issues and Help </issues-and-help>
@@ -43,6 +44,9 @@ Read the following sections of this guide to learn how to install the
4344
- :ref:`Analyze your code <mongodb-analyzer-analyze-code>`
4445
- :ref:`Configure the extension <mongodb-analyzer-configuration>`
4546

47+
To view known issues with the {+product+}'s current functionality, see
48+
the :ref:`mongodb-analyzer-known-issues` page.
49+
4650
To view answers to frequently asked questions, see the :ref:`FAQ <mongodb-analyzer-faq>` page.
4751

4852
To view the differences between versions of the extension,

source/known-issues.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.

0 commit comments

Comments
 (0)