This is the sixth post in the series: Using strongly-typed entity IDs to avoid primitive obsession.
- Part 1 - An introduction to strongly-typed entity IDs
- Part 2 - Adding JSON converters to strongly typed IDs
- Part 3 - Using strongly-typed entity IDs with EF Core
- Part 4 - Strongly-typed IDs in EF Core (Revisited)
- Part 5 - Generating strongly-typed IDs at build-time with Roslyn
- Part 6 - Strongly-typed ID update 0.2.1 (this post)
- Part 7 - Rebuilding StronglyTypedId as a source generator - 1.0.0-beta release