External analysis or communication when using SonarLint or SonarAnalyzer.CSharp

Hi,

Are there any external communication when using SonarLint or the SonarAnalyzer.CSharp NuGet package?

Thanks

To clarify, as in any external analytics of the code or is all happening in-process, where it is used?

Hi.

I think this answers your question:

1 Like

And regarding the NuGet package - our analyzers are Roslyn analyzers invoked by MSBuild - the analysis happens locally. There’s no external analytics of the code.

1 Like

@Andrei_Epure and just to clear: It’s not only the SonarLint extension that is free to use, but the NuGet analyzers as well?

@danielwertheim yes, that’s correct. The license is the same for both (LPGL.3.0).

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.