|
1 |
| -Test Build |
| 1 | +.. _visual-studio-extension: |
| 2 | + |
| 3 | +.. _visual-studio-extension-landing: |
| 4 | + |
| 5 | +=============================== |
| 6 | +{+product+} |
| 7 | +=============================== |
| 8 | + |
| 9 | +.. default-domain:: mongodb |
| 10 | + |
| 11 | +.. toctree:: |
| 12 | + :titlesonly: |
| 13 | + :maxdepth: 1 |
| 14 | + |
| 15 | + Installation </install> |
| 16 | + Builders </builders> |
| 17 | + LINQ </linq> |
| 18 | + Configuration </configuration> |
| 19 | + FAQ </faq> |
| 20 | + What's New </whats-new> |
| 21 | + |
| 22 | +Overview |
| 23 | +-------- |
| 24 | + |
| 25 | +The `{+product+} <{+product-home-page+}>`__ is a tool |
| 26 | +that helps you understand the following about your {+driver-long+} |
| 27 | +code: |
| 28 | + |
| 29 | +- How your code translates into the {+query-api+} |
| 30 | +- If your code includes unsupported LINQ or builder expressions |
| 31 | + |
| 32 | +The {+product+} can analyze the following groups of {+driver-short+} expressions: |
| 33 | + |
| 34 | +- `Builders <{+driver-docs+}reference/driver/definitions/>`__ |
| 35 | +- `LINQ <{+driver-docs+}reference/driver/crud/linq/>`__ |
| 36 | +- `LINQ3 <{+driver-docs+}reference/driver/crud/linq3/>`__ |
| 37 | + |
| 38 | +Read the following sections of this guide to learn how to install the |
| 39 | +{+product+}, how to use its features, and how to configure it: |
| 40 | + |
| 41 | +- :doc:`Install the extension </install>` |
| 42 | +- :doc:`Analyze your builder expressions </builders>` |
| 43 | +- :doc:`Analyze your LINQ expressions </linq>` |
| 44 | +- :doc:`Configure the extension </configuration>` |
| 45 | + |
| 46 | +To view answers to frequently asked questions, see the :doc:`FAQ </faq>` page. |
| 47 | + |
| 48 | +To view the differences between versions of the extension, |
| 49 | +see the :doc:`What's New <whats-new>` page. |
| 50 | + |
| 51 | +.. note:: Roslyn Analyzer |
| 52 | + |
| 53 | + The {+product+} is a Roslyn Analyzer. To learn more about Roslyn Analyzers, see |
| 54 | + `Overview of Source Code Analysis <https://docs.microsoft.com/en-us/visualstudio/code-quality/roslyn-analyzers-overview?view=vs-2022>`__ |
| 55 | + from Microsoft. |
0 commit comments