문제

Is it normal I can't see xml comments from external libraries? For example I have an external library with xml comments on methods. After making a reference to this library I was hoping that xml comments appears when I make usage of the external library; But nothing appear in the tooltip :

screenshot

Maybe I have to do something special when I make the build of the lib.

도움이 되었습니까?

해결책

First you need to enabled "XML File Documentation" generation. You can find it in the Settings of the Project under the section Build.

Then will the compiler generate an XML File containing your documentation of the assembly on build.

If you reference the assembly in another project and you want to see the documentation of types, methods, etc. in IntelliSense you need to store the xml documentation file in the same folder, where the referenced assembly is stored.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top