|
1 | 1 | .. _mongodb-analyzer-faq:
|
2 | 2 |
|
3 |
| -TODO: write |
| 3 | +========================== |
| 4 | +Frequently Asked Questions |
| 5 | +========================== |
| 6 | + |
| 7 | +.. default-domain:: mongodb |
| 8 | + |
| 9 | +.. contents:: On this page |
| 10 | + :local: |
| 11 | + :backlinks: none |
| 12 | + :depth: 2 |
| 13 | + :class: singlecol |
| 14 | + |
| 15 | +Does the {+product+} support JetBrains Rider? |
| 16 | +-------------------------------------------------- |
| 17 | + |
| 18 | +No, the {+product+} does not officially support JetBrains Rider. |
| 19 | + |
| 20 | +We have internally tested the {+product+} on JetBrains Rider and have seen some |
| 21 | +success though. We welcome you to test the {+product+} on your JetBrains Rider deployment, |
| 22 | +and if you encounter any problems feel free to file an |
| 23 | +`issue on JIRA <{+product-jira+}>`__ |
| 24 | +or submit a pull request on the |
| 25 | +`{+product+} Github repository <{+product-source-repo+}>`__. |
| 26 | + |
| 27 | +Is the {+product+} a Roslyn Analyzer? |
| 28 | +------------------------------------------ |
| 29 | + |
| 30 | +Yes, the {+product+} is a Roslyn Analyzer. |
| 31 | + |
| 32 | +To learn more about Roslyn Analyzers, see |
| 33 | +`Overview of Source Code Analysis <https://docs.microsoft.com/en-us/visualstudio/code-quality/roslyn-analyzers-overview?view=vs-2022>`__ |
| 34 | +from Microsoft. |
| 35 | + |
| 36 | +Does the {+product+} Use Custom Serialization Settings? |
| 37 | +------------------------------------------------------------ |
| 38 | + |
| 39 | +No, the {+product+} does not use the custom seriliazation settings you specify for your |
| 40 | +{+driver-long+}. |
| 41 | + |
| 42 | +To learn more about custom serilization settings, see |
| 43 | +`Serialization <{+driver-docs+}reference/bson/serialization/>`__ |
| 44 | +in the {+driver-short+} documentation. |
| 45 | + |
| 46 | +Does the {+product+} use custom LINQ settings? |
| 47 | +--------------------------------------------------- |
| 48 | + |
| 49 | +No, the {+product+} does not use custom LINQ settings. |
| 50 | + |
| 51 | +To learn more about custom LINQ settings, see |
| 52 | +`How to add custom methods for LINQ queries <https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-add-custom-methods-for-linq-queries>`__ |
| 53 | +from Microsoft. |
| 54 | + |
| 55 | +.. _mongodb-analyzer-all-telemetry-collected: |
| 56 | + |
| 57 | +What information does the {+product+} collect through telemetry? |
| 58 | +--------------------------------------------------------------------- |
| 59 | + |
| 60 | +When you have telemetry enabled the {+product+} collects and sends |
| 61 | +anonymized information to MongoDB Inc. The following subsections list all |
| 62 | +information the {+product+} collects. |
| 63 | + |
| 64 | +To learn how to disable telemetry, see the |
| 65 | +:ref:`Configuration <mongodb-analyzer-configuration-telemetry>` |
| 66 | +guide. |
| 67 | + |
| 68 | +.. include:: /includes/telemetry-data.rst |
0 commit comments