The sequel to the previous MSDN article. A detailed introduction into code fixes
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Original announcement of the C# 9.0 Source Generators feature. Explains what source generators are, in which scenarios they are useful, and shows how to write a simple source generator
Series of blog posts that explore the Roslyn compiler API. It introduces the power of Roslyn through small self-contained examples. A perfect tutorial to start with :-)