AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 60 forks source link

Add list of projects using this #165

Closed chinwobble closed 4 years ago

chinwobble commented 4 years ago

Great project!

Do you think it would be good for adoption and demonstrability if you updated the docs with a section that lists all other consumers of this library?

Very similar to the fody version: https://github.com/Fody/Home/blob/master/pages/addins.md

As a start you could add your other projects:

https://github.com/andrewlock/StronglyTypedId https://github.com/AArnott/ImmutableObjectGraph https://github.com/louthy/language-ext https://github.com/AArnott/pinvoke

chinwobble commented 4 years ago

@AArnott would you accept a PR updating the docs?

Corniel commented 4 years ago

Well we should add

and hopefully (if I solve my issues):

AArnott commented 4 years ago

I've added the first one you suggested to our wiki page, @Corniel. We can add the second one after you fill in a repo description and readme file so it's more consumable if folks click on it.