Code Analysis with SonarCloud and Github Actions
And examples for .NET projects also

Search for a command to run...
Articles tagged with #continuous-integration
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...

For many years I have been using TFS/VSTS/DevOps to manage different organization's continuous integration. I have been using CI for many projects, and while it is possible to use Azure hosted agents and also at a very fair price (1800 minutes for fr...
