Code that writes code - .NET Source generators - Glenn F. Henriksen - NDC London 2026
NDC Conferences · 55:18
.NET source generators let you hook into the Roslyn compiler and deterministically generate C# at compile time from existing code (and even non-C# files), so you can replace runtime reflection, forgotten boilerplate,...