Code Analysis with SonarCloud and Github Actions
And examples for .NET projects also
Dec 15, 20223 min read1.1K

Search for a command to run...
Articles tagged with #sonarqube
And examples for .NET projects also

When using GitHub actions it's pretty neat that you can use the hosted GitHub runners. However, this can get costly if you use a lot of runners and they are not always that fast at running the actions. Luckily you can also host your own runners and w...

We have started to use SonarQube, an awesome tool for static code analysis, and due to several reason we have to use the on-prem version and not the cloud version. Now that we use SonarQube we want maximum visibility of the metrics that SonarQube pr...
