Open GoogleCodeExporter opened 8 years ago
This is a tricky one - when resharper passes us the comment, it fully expands
all the crefs to the full path. The code then tries to simplify them back to
the simplest form it can however the ''s confuse the code. I'll see what i can
do.
You've chosen a particularly complex example with a generic extension :).
Original comment by cds...@gmail.com
on 28 Jan 2012 at 12:30
Original comment by cds...@gmail.com
on 28 Jan 2012 at 12:30
I have another case:
Reflowing and retagging this:
/// <summary>Initializes a new instance of the <see
cref="DefaultValueGetter{T}" /> class.</summary>
results in this:
/// <summary>Initializes a new instance of the <see
cref="fd.Base.NHibernate.DefaultValueGetter`1" /> class.</summary>
Original comment by DHilgart...@gmail.com
on 28 Jan 2012 at 1:00
Original issue reported on code.google.com by
DHilgart...@gmail.com
on 26 Jan 2012 at 10:18