Source Generators With Chris Sienkiewicz & JK | NDC Sydney 2022

Source Generators let C# developers inspect user code as it is being compiled. The generator can create new C# source files on the fly that are added to the user’s compilation. In this way, you have code that runs during compilation. It inspects your program to produce additional source files that are compiled together with the rest of your code.

Read More