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