amis92 / csharp-source-generators

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Creative Commons Zero v1.0 Universal
2.02k stars 199 forks source link

Add AttributeFactoryGenerator to README.md #168

Closed PaulBraetz closed 9 months ago

PaulBraetz commented 9 months ago

I wrote a source generator that enables easy retrieval of attribute instances from symbol data. As per the readme: " Are you creating source generators for C#? Are you using attributes to allow your consumers to instruct your generator? Are you dissatisfied with the amount of boilerplate you have to write in order to extract those instructions from the roslyn api?

Then this project could be of use to you! "