How to use XML documentation files

前端 未结 4 2147
悲哀的现实
悲哀的现实 2021-02-12 15:28
  1. When using an external assembly which comes with an XML documentation file, how do I get visual studio to find it?

  2. When having an XML documentation file

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-12 15:55

    1: you simply drop it in the same folder as the dll

    2: does it need to be persisted? For "live" use, both the VS IDE and "reflector" allow you to review the documentation (against the types/members/etc). There are tools to transform it, but I've never bothered. Sandcastle may be worth a look, but it was never nice to me ;-p

提交回复
热议问题