statiqdev / Statiq.Docs

A static documentation site generator.
https://statiq.dev/docs
Other
53 stars 8 forks source link

Getting incorrect output from references to certain generic methods #24

Open SilentSin opened 5 years ago

SilentSin commented 5 years ago

I have a few XML comments with <see> tags that are generating incorrect output:

<see cref="Array.Resize"/> is generating System.Array.Resize``1(``0[]@,System.Int32)

and <see cref="List{T}.Sort(Comparison{T})"/> is generating

System.Collections.Generic.List`1.Sort(System.Comparison{`0})
dfkeenan commented 5 years ago

I was having similar issues when using generic interfaces.

I was using SourceFiles as input if that makes any difference. I vaguely remember seeing similar issue on wyamm.io site. I can't seem to find it again now though. It was late and I was very tired.