4
Looking to dive deeper into source generators. resource request.
(programming.dev)
I haven't used source generators, but generally .NET documentation alone is a very good resource. Besides that you can also check Nick Chapsas on YouTube, he probably covered this topic already.
An example is on gihtub: Mvvmgen
By a really nice Guy
Incremental source generators are the new thing, and MS's docs are not fully up to date. Some introductions:
https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md
Getting started
Useful resources
IDEs and code editors
Tools
Rules
Related communities
Wikipedia pages