How can Xml Documentation for Web Api include documentation from beyond the main project?

前端 未结 5 1017
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 00:41

The documentation for enabling XmlDoc integration into your Web Api projects appears to only handle situations where all of your API types are part of your WebApi project.

5条回答
  •  离开以前
    2020-11-28 01:45

    Easiest way to fix this issue is creating the App_Code folder on server you deployed. Then copy the XmlDocument.xml you have in your bin folder locally into the App_Code folder

提交回复
热议问题