Sonarqube / Sonarcloud in Azure devops: How to fail the build on a bad quality gate.What is SonarQube / Sonarcloud?Mar 8Mar 8
Dotnet build: Conditionally generate your swagger fileSo I have a PostBuild target in my project’s csproj file. This PostBuild event will generate a swagger build each time the project is…Feb 25Feb 25
Azure Devops Pipelines: Minify a package based on a parameterToday we are conditionally going to minify our package in Azure Devops YAML Pipelines based on a parameterDec 23, 2024Dec 23, 2024
Specifying minimum nuget versions in your csproj fileWhen trying to fix vulnerable packages in our repository detected by Github Advanced Security I discovered that you can specify minimum…Dec 11, 2024Dec 11, 2024
Workaround for “The value must be a compile-time constant bicep(BCP032)” in bicepHere is how to use variables or input parameters with loadTextContent() in bicep.Jun 25, 2024Jun 25, 2024
Quicktip: How to set the schedule for a timed Azure Web Job?Let’s take a look at Azure Web Jobs and how we can define a time trigger to schedule our webjobMar 24, 2024Mar 24, 2024
Setting up GitHub Advanced Security for Azure DevopsLet’s take a look at Github Advanced Security for Devops and set it up for one of our repositoriesMar 20, 2024Mar 20, 2024
Published in.Net ProgrammingQuicktip: Data annotation to check for a valid GUID in C#Been working on an API lately… And I needed to validate a property in my DTO. The property needed to be a valid GUID.Feb 21, 2024Feb 21, 2024
Quicktip: Turn your .NET console application into a runnable .exe file.I couldn’t find any clear instructions online on how to do this, so I dediced to make a small tutorial. Here is how to turn your .NET…Feb 13, 2024Feb 13, 2024
‘openssl’ is not recognized as internal or external commandLast week I’ve been fiddling arround with managed identities. And one of the things I needed was a self signed certificate. One of the…Jan 24, 2024Jan 24, 2024