Skip to content

Commit ee39c44

Browse files
committed
fixes #1929
1 parent d87ba94 commit ee39c44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/code-quality/install-roslyn-analyzers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Visual Studio includes a core set of .NET Compiler Platform (*Roslyn*) analyzers
1818

1919
## To install NuGet analyzer packages
2020

21-
1. Find the analyzer package you want to install on www.nuget.org. For example, you may want to [install the Microsoft FxCop analyzers](install-fxcop-analyzers.md#to-install-fxcop-analyzers-as-a-nuget-package) to check your code for security and performance issues, among others.
21+
1. Find the analyzer package you want to install on www.nuget.org.
22+
23+
For example, you may want to [install the Microsoft FxCop analyzers](install-fxcop-analyzers.md#to-install-fxcop-analyzers-as-a-nuget-package) to check your code for security and performance issues, among others. Or, install [StyleCopAnalyzers](https://www.nuget.org/packages/stylecop.analyzers/) to look for style issues in your codebase.
2224

2325
2. Install the package in Visual Studio, using either the [Package Manager Console](/nuget/quickstart/install-and-use-a-package-in-visual-studio#package-manager-console) or the [Package Manager UI](/nuget/quickstart/install-and-use-a-package-in-visual-studio#package-manager-console).
2426

2527
> [!NOTE]
2628
> The www.nuget.org page for each analyzer package shows you the command to paste into the **Package Manager Console**. There's even a handy button to copy the text to the clipboard.
27-
>
28-
> ![NuGet.org page showing Package Manager Console command](media/nuget-install-command.png)
2929
3030
The analyzer assemblies are installed and appear in **Solution Explorer** under **References** > **Analyzers**.
3131

-6.95 KB
Binary file not shown.

0 commit comments

Comments
 (0)