Why You Must Use C# Source Generators
Eduardo Fonseca
Founder | Entrepreneur | Blazor Developer | Software Architect | .NET & Azure Expert | Cloud Architect | Creator of FairPlayTube | Software Engineer | Author | Digital Content Creator | Game Developer | Tech Innovator
If you are an engaged .NET Developer who makes sure to never stop learning, you have probably heard of C# Source Generators, a part of the Roslyn SDK that allows you to inspect user code as it is being compiled and create new source files which will be added to that compilation.
Note: You can help funding my Open Source projects by becoming a Github Sponsor here https://github.com/sponsors/efonsecab
This means that developers now have the ability to automatically generate a lot of code they would've had to write manually, like boilerplate code.