api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

EcmaUrlParser throws exception when type string is complexed

Open TianqiZhang opened this issue 7 years ago • 1 comments

Below code will cause monodoc.Ecma.yyParser.yyException: irrecoverable syntax error:

EcmaUrlParser EcmaParser = new EcmaUrlParser();
EcmaDesc desc = EcmaParser.Parse("T:System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State>>");
            

TianqiZhang avatar May 18 '18 02:05 TianqiZhang

This issue is gated by the resolution to #20

joelmartinez avatar May 21 '18 21:05 joelmartinez