AArnott / CodeGeneration.Roslyn

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

Documentation is not updated #97

Closed dominikjeske closed 5 years ago

dominikjeske commented 5 years ago

Main page contains only basic functionality but after digging into merged pull requests some features can be discovered. It would be nice that documentation would be updated to show all features of the library.

amis92 commented 5 years ago

I'll take it on when I have some free time, unless someone else does it by that time. Might take me few weeks.

AArnott commented 5 years ago

Thanks, @amis92.

amis92 commented 5 years ago

WIP: https://github.com/AArnott/CodeGeneration.Roslyn/wiki/Features

Please read through and suggest topics/improvements.

amis92 commented 5 years ago

I've finished Features page and added a "How it works" page, which describes the process that happens during consumer build.

I think current state of wiki is good enough. I'll close this issue, but if someone feels a topic is missing, please say so.