KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
922 stars 118 forks source link

NullpointerException with param xml attribute #22

Closed d-kr closed 7 years ago

d-kr commented 7 years ago

Minimal working example:

/// <param name="a">a</param>
object b(object a) => null;

Works when param is replaced by anything else.

KirillOsenkov commented 7 years ago

This should be now fixed. Thanks!