SonarQube with Docker Compose

SonarQube with Docker Compose

How to set up a SonarQube server using Docker Compose. I cover the configuration of both the database and the SonarQube server, and provide step-by-step instructions for integrating and scanning backend and frontend projects using SonarScanner for .NET and SonarScanner. This guide is perfect for developers looking to experiment with SonarQube locally.

May 15, 2024 路 12 min 路 2465 words 路 Paul McIlreavy
Readify Consultant Toolbelt

Readify Consultant Toolbelt

A curated list of open source .NET libraries and tools created by Readify consultants - from Autofac and Serilog to Octopus Deploy and GuardAgainst.

September 12, 2018 路 7 min 路 1421 words 路 Paul McIlreavy
The CallerArgumentExpression Attribute in C# 8.0

The CallerArgumentExpression Attribute in C# 8.0

A look at the CallerArgumentExpression attribute coming in C# 8.0 and how it could simplify guard clause libraries like GuardAgainst.

August 6, 2018 路 7 min 路 1340 words 路 Paul McIlreavy