Let's Code an incremental source generator with Roslyn
Roslyn's (incremental) source generators allow us to add additional source code at compile time. This unlocks better performance, helps build trim-friendlier apps, and enables Native AOT scenarios. In this lecture, we will inspect current generators and live code our own generator.