.NET (Page 2)

Introducing Cake Bridge Dependency Injection

A couple of years ago I blogged Dispelling the magic!, a post explaining the internals of the Cake build orchestration tool, with that post as a proof of concept I created Cake.Bridge assembly which provided an easy way from any .NET language get access to Cake abstractions and addins from a single instance static class.

Read more...

Blog migrated to Statiq

Since 2016 I've been using Medium as my platform of choice, this is not a rage quit from the platform, I'll keep posting on Medium, the difference is that the main source for my posts will be on my own canonical domain, where I've got full access and control over my words.

Read more...

Just an environment variable away from sleep

It’s a quarter past midnight, you should be going to sleep, but there’s that one unit test that fails only on GitHub Action macOS build agent — it’s mocking you so you stay awake just a bit longer…

Read more...

Cake.Kudu.Client version 0.6.0 released

This version fixes a breaking change in the Azure App Services Run-From-Zip web app deployment feature.

Read more...

Deploying .NET Core to Azure using Bitrise and Cake

Originally published at blog.bitrise.com.

Read more...

“Run-From-Zip” with Cake Kudu Client

Ship at sea

Read more...

Introducing Cake Kudu Client

Long ship at sea

Read more...

Polyfill with PowerShell

When writing scripts, targeting multiple runtime versions can be really painful, scripts can be forked in different files or contain hairy conditional statements to handle differences/missing between versions of PowerShell runtime/modules, resulting in unreadable and unmaintainable spaghetti code.

Read more...

Dispelling the magic!

build.cake -> magic - Build success/fail

Read more...

Azure SQL transient errors

Transient extension methods

Read more...