File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -137,11 +137,24 @@ You can [install FxCop analyzers](../code-quality/install-fxcop-analyzers.md) to
137
137
138
138
Several community members have written free extensions that add additional code inspections:
139
139
140
+ ::: moniker range="vs-2017"
141
+
140
142
- [ Roslynator] ( https://marketplace.visualstudio.com/items?itemName=josefpihrt.Roslynator2017 )
141
143
- [ SonarLint for Visual Studio] ( https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2017 )
142
144
- [ StyleCopAnalyzers] ( https://www.nuget.org/packages/stylecop.analyzers/ )
143
145
- [ CodeCracker] ( https://www.nuget.org/packages/codecracker.CSharp/ )
144
146
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
+
145
158
![ Refactorings in Visual Studio] ( ../ide/media/VSGuide_CodeAnalysis.png )
146
159
147
160
## Find Usages, Go To Implementation, and Navigate To Decompiled Assemblies
You can’t perform that action at this time.
0 commit comments