nuget Multi-targeting your nuget packages Have the cookie and eat it to - support multiple framework versions when building nuget packages.
jos.enumeration Creating a Roslyn Analyzer to ensure that no duplicate values are added at compile time A custom Roslyn Analyzer with compile time support for detecting duplicate enumeration items when creating enumeration classes.
dotnet EF Core - Add a test to ensure that you don't forget to add new migrations Add a test that reminds you to create migrations (if you've forgotten).
jos.enumeration JOS.Enumeration - Now using source generators By using source generators, we can speed up the retrieval of enumeration values quite a bit!
jos.enumeration JOS.Enumeration - System.Text.Json support Custom JsonConverter that only writes the integer value of our Enumeration class. It also supports deserialization by only supplying the Enumeration value.