Docs Menu
Docs Home
/
MongoDB C# Analyzer

Install the MongoDB C# Analyzer

On this page

  • Overview
  • Installation

Learn how to install the C# Analyzer in your .NET application.

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

dotnet add package MongoDB.Analyzer -v 1.5.0

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

To learn more about installing NuGet packages from the command line, see NuGet CLI 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.

Back

MongoDB C# Analyzer