skip to content
Relatively General .NET

Generating SBOM for NuGet packages

by Gérald Barré

posted on: December 16, 2024

A Software Bill of Materials (SBOM) is a list of components in a piece of software. It is a critical part of the software supply chain, as it helps to identify and track the components used in a software project. In this post, I describe how to easily generate a Software Bill of Materials (SBOM) fo

Using the binary log to find the source of a .NET dependency

by Gérald Barré

posted on: December 09, 2024

Understanding where a dependency comes from can be tedious. This is especially true when you have a large project with many dependencies. Recently, .NET brings a new tool dotnet nuget why to help you understand why a package is installed in your project. However, there is a better way to do it, and