Skip to content

Commit ac5ff15

Browse files
authored
Merge pull request #7840 from TerryGLee/tglee-patch
update code inspection extension list for VS2019
2 parents 8233a44 + 2dbffff commit ac5ff15

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/ide/csharp-developer-productivity.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,24 @@ You can [install FxCop analyzers](../code-quality/install-fxcop-analyzers.md) to
137137

138138
Several community members have written free extensions that add additional code inspections:
139139

140+
::: moniker range="vs-2017"
141+
140142
- [Roslynator](https://marketplace.visualstudio.com/items?itemName=josefpihrt.Roslynator2017)
141143
- [SonarLint for Visual Studio](https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2017)
142144
- [StyleCopAnalyzers](https://www.nuget.org/packages/stylecop.analyzers/)
143145
- [CodeCracker](https://www.nuget.org/packages/codecracker.CSharp/)
144146

147+
::: moniker-end
148+
149+
::: moniker range="vs-2019"
150+
151+
- [Roslynator](https://marketplace.visualstudio.com/items?itemName=josefpihrt.Roslynator2019)
152+
- [SonarLint for Visual Studio](https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2019)
153+
- [StyleCopAnalyzers](https://www.nuget.org/packages/stylecop.analyzers/)
154+
- [CodeCracker](https://www.nuget.org/packages/codecracker.CSharp/)
155+
156+
::: moniker-end
157+
145158
![Refactorings in Visual Studio](../ide/media/VSGuide_CodeAnalysis.png)
146159

147160
## Find Usages, Go To Implementation, and Navigate To Decompiled Assemblies

0 commit comments

Comments
 (0)