Docs Menu

Docs HomeMongoDB Analyzer

Issues & Help

On this page

  • Bugs / Feature Requests
  • Pull Requests

The MongoDB developer community is highly engaged and encompasses users with a range of Visual Studio Code experience.

Often, the quickest way to get support for general questions is through the MongoDB Community Forums.

Refer to our support channels documentation for more information.

If you think you've found a bug or want to request a new feature in the MongoDB Analyzer, please open a case in MongoDB's issue management tool, JIRA, by performing the following steps:

  1. Visit the MongoDB JIRA issue tracker and click the signup link. Create an account, and then log in to JIRA.

  2. Navigate to the VS JIRA project.

  3. Click Create to create a ticket. Please provide as much information as possible about the issue or request in the ticket.

Note

Bug reports in the VS JIRA project are publicly viewable.

If you’ve identified a security vulnerability in any official MongoDB product, please report it according to the instructions found in the Create a Vulnerability Report page.

We're happy to accept contributions to help improve the analyzer. We will review user contributions to ensure they meet the standards of the codebase. Please include documentation and tests in your pull request.

To get started, check out the source and work on a branch:

git clone https://github.com/mongodb/mongo-csharp-analyzer.git
cd mongo-csharp-analyzer
git checkout -b myNewFeature
←  What's New