Docs Menu

Docs HomeMongoDB Analyzer

Install the MongoDB Analyzer

Overview

Learn how to install the MongoDB Analyzer in your .NET application.

Installation

To install the MongoDB Analyzer, run the following command from the root directory of your .NET project:

Install-Package MongoDB.Analyzer -Version 1.0.0

To view the NuGet page for the MongoDB Analyzer, see MongoDB.Analyzer on NuGet Gallery.

To learn more about installing NuGet packages from the command line, see NuGet Powershell Reference from Microsoft.

To learn more about installing NuGet packages from Visual Studio, see Install and manage packages in Visual Studio using the NuGet Package Manager from Microsoft.

←  MongoDB AnalyzerAnalyze Your Code →
Share Feedback