Blog Logo
TAGS

Updates to the StronglyTypedId library - simplification, templating, and CodeFixes

Several years ago I wrote a series about using strongly typed IDs to avoid a whole class of bugs in C# applications. As part of that series I introduced a NuGet package, StronglyTypedId, which simplifies generating the boilerplate code needed to make working with strongly typed IDs simpler. In this post, I start by describing the motivation for the StronglyTypedId package by giving a brief background on strongly typed IDs and primitive obsession...