When comparing a line of code in Visual Studio 2017, with SonarLint installed and linked to SonarCloud project, why does the IDE version not report an issue, but SonarCloud does for the same line of code?
Hi!
This rule comes from the SonarHTML plugin and it’s not available in “SonarLint for Visual Studio”:
Use in
SonarLint for Visual Studio analyzes only C#, VB .Net, C/C++ and JavaScript code.
1 Like
Thank you for the quick reply! This is clear. I will look at the HTML plug-in.