In Sonarqube’s documentation page, it is mentioned that A dynamic analysis of code can be performed on certain languages. And there is no further documentation on how it can be achieved. Any thoughts on how to perform dynamic code analysis or documentation would be extremely helpful.
Hi Ann,
this is stated in the docs of 7.7: https://docs.sonarqube.org/latest/analysis/overview/
“A dynamic analysis of code can be performed on certain languages.”
I wanted to ask what dynamic code analysis is sonarqube capable of, and is it plugin extendable for more languages?
Please help me with the information related to how to set up dynamic analysis using sonarqube on a .net application in case if its supported. Could not find any information on documentation.
The answer is quite the same as before, we don’t support dynamic analysis in SonarQube.
If you are talking about “on-the-fly” analysis, then you should use SonarLint and link it to your SonarQube server in Connected Mode.