File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ title = "Visual Studio Extension"
55product = " MongoDB Analyzer"
66product-home-page = " TODO: Insert homepage link when available"
77product-source-repo = " https://github.com/mongodb/mongo-csharp-analyzer"
8+ product-nuget-link = " TODO:Link to NuGet Package Page for Product"
9+ product-package-name = " MongoDB.Analyzer"
10+ product-version = " 1.0"
11+ product-version-full = " {+product-version+}.0"
812product-settings-file-constant = " mongodb.analyzer.json"
913query-api = " MongoDB Query API"
1014
Original file line number Diff line number Diff line change 1- TODO: write
1+ .. _mongodb-analyzer-install:
2+
3+ Install the {+product+}
4+ ----------------------------
5+
6+ .. default-domain:: mongodb
7+
8+ .. contents:: On this page
9+ :local:
10+ :backlinks: none
11+ :depth: 2
12+ :class: singlecol
13+
14+ Overview
15+ --------
16+
17+ Learn how to install the {+product+} in your .NET application.
18+
19+ Installation
20+ ------------
21+
22+ To install the {+product+}, run the following
23+ command from the root directory of your .NET project:
24+
25+ .. code-block:: shell
26+
27+ Install-Package {+product-package-name+} -Version {+product-version-full+}
28+
29+ To view the NuGet page for the {+product+}, see
30+ `{+product-package-name+} <{+product-nuget-link+}>`__ on NuGet Gallery.
31+
32+ To learn more about installing NuGet packages from the command line, see
33+ `NuGet Powershell Reference <https://docs.microsoft.com/en-us/nuget/reference/powershell-reference>`__
34+ from Microsoft.
35+
36+ To learn more about installing NuGet packages from Visual Studio, see
37+ `Install and manage packages in Visual Studio using the NuGet Package Manager <https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio>`__
38+ from Microsoft.
You can’t perform that action at this time.
0 commit comments