C# 9: Partial Method Enhancements for Source Generators
Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time
All technologies, only pure source code
Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time
Source generators is a new feature of C# 9 that enables compile-time metaprogramming and generating additional source file.