devlooped / ThisAssembly

Exposes project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.
https://clarius.org/ThisAssembly
MIT License
407 stars 21 forks source link

Included in reference list - add 'csharp-sourcegenerator' repo topic? #5

Closed amis92 closed 3 years ago

amis92 commented 3 years ago

Hi,

I've included your repository in my personal C# Source Generators list to help gather these kind of projects in one place and hopefully under single umbrella, thus I propose to add the csharp-sourcegenerator topic to this repository to help with visibility.

I hope you're okay with this. If you happen to know other generator projects, I'll be happy to enlist those in my list as well.

Thanks!

kzu commented 3 years ago

Done, https://github.com/kzu/SmallSharp/ also uses source generators for entirely different means :) (it generates launchsettings.json!)

kzu commented 3 years ago

This is an interesting one too https://github.com/kzu/avatar (static dynamic proxies, LoL)