- 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.

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…

Creating source-only NuGet packages
In this post I show how you can create a NuGet package that contains source code (instead of dlls) which is then compiled into the target project…

Updates to the StronglyTypedId library - simplification, templating, and CodeFixes
Using strongly-typed entity IDs to avoid primitive obsession - Part 8
In this post I describe some recent major updates to my StronglyTypedId NuGet package, describe why I made the changes, and demonstrate how they work…

A failed experiment with interceptors in C# 12 and .NET 8
In this post I described how I tried (and failed) to add an interceptor for Enum.ToString(), due to a bug in the Roslyn compiler.…

