When I use external library like Spring.Net, NUnit, NLog and etc. I don’t see documentation for public methods (intelisense). How can I fix it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need the .xml file that contains the IntelliSense info for the assembly. Make sure it is stored in the same directory as the reference assembly for these libraries, it has the same name as the assembly but with the .xml filename extension. Maybe you forgot to copy it or cleaned-up too aggressively?