AArnott / CodeGeneration.Roslyn

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

Update README for v0.4.49 #82

Closed amis92 closed 6 years ago

amis92 commented 6 years ago

Also added Table of Contents to the top.

AArnott commented 6 years ago

This looks great. Can you fix up the links in the Table of Contents section to actually navigate to those sections? (or just delete the links around the text)

amis92 commented 6 years ago

I checked, they do work. Either there's somewhere a problem with rendering, or you simply missed how that form of link references works :)

https://github.com/amis92/CodeGeneration.Roslyn/blob/92e1588989818629bda115658fc2b3216e36f65a/README.md

BTW, I can't get NuGet package badge to render, it's always a broken image for me. Do you have that problem too?

LokiMidgard commented 6 years ago

For me NuGet badge is rendered (through it takes some time)

AArnott commented 6 years ago

I see. I've never seen that syntax before and when I tried it in GitHub's rendered diff view, it took me to a 404. But I see in the normal context it works. Thanks.