- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Publishing NuGet packages from GitHub actions the easy way with Trusted Publishing
In this post I describe how you can use nuget.org's new Trusted Publishing feature to publish NuGet packages from a GitHub Actions workflow…

Creating SBOM attestations in GitHub Actions
In this post I show how you can create attestations for SBOM documents that you have created for your application or Nuget package…

Creating a software bill of materials (SBOM) for an open-source NuGet package
In this post I discuss several tools you can use to create a software bill of materials (SBOM) for an application or a NuGet package…

Creating provenance attestations for NuGet packages in GitHub Actions
In this post I discuss software provenance, what attestations say about your software, how they work, and how to create an attestation for a NuGet package…

Drawing graphs in GitHub comments with Mermaid diagrams
In this post I show how I hacked graphs into GitHub PR comments using Mermaid diagrams…
in GitHub
Handling concurrent merges to master in multi-stage Azure DevOps pipelines
In this post I describe a problem we were seeing in our large Azure DevOps pipeline, where a merge to master would cause PR builds to break mid-run.…

