Ken Muse

Publishing Images With GitHub Actions
Over the last few weeks, I’ve had a lot of questions about publishing images to registries using GitHub Actions. Today, I’ll explore the answer showing how to do this with registries in both Azure and GitHub. Along the way, I’ll also demonstrate how to use GitHub’s OIDC integration with Azure.

Read more

Notarizing .NET Console Apps for macOS
Continuing with our exploration of macOS notarization, today we’ll explore how to sign and notarize .NET console applications. Along the way, I’ll also show you the secret to making universal (“fat”) binaries for your application.

Read more

Configuring macOS Notarization

Configuring macOS Notarization

With the release of Apple Silicon came new requirements for distributing console applications. If you want to get past Gatekeeper, your console applications will need to be notarized. Today we’ll explore how you setup your environment to be able to notarize applications to support signing console applications (including .NET).

Read more

Creating Visual Studio Code Extension Packs
Ever wished that you could encapsulate some recommendations or best practices for Visual Studio Code and make them available to your team? Then perhaps it’s time you considered creating an extension pack to organize and distribute those recommendations!

Read more

Adopting a Dark Theme in Hugo
I decided it was time to modernize my Hugo-based site just a bit further. This week, I implemented a dark theme in SCSS. I used a simple trick to make it easier for me to update the look-and feel.

Read more