The C# XML comment <summary> in the mouseover popup is only shown for the current solution Follow
Comments in referenced libraries are not shown, although the generated IL Code after a "Go To Definition" does show them, so the DLL has all the info. Generating an XML Documentation file for that DLL does not make a difference.
Please sign in to leave a comment.
Hi,
Can you please share an example of this referenced library used in your code? Any screenshots/screencasts would be appreciated.
K.R.
Sofia
This is what I see in source code:
This is what Rider shows in IL code:
Hi Roland,
Thank you for the example. Is it possible to take a look at the library RnR.UI you are using? I did not manage to find in google.
There is one hypothesis: this library does not contain <AssemblyName>.xml file which is used for getting documentation into Quick Doc.
K.R.
Sofia
>Thank you for the example. Is it possible to take a look at the library RnR.UI you are using?
Nope, that is a commercial library.
>this library does not contain <AssemblyName>.xml file
Bingo! Should have checked that first (facepalm emoji).