How do you include Xml Docs for a class library in a NuGet package?

后端 未结 2 1309
梦如初夏
梦如初夏 2020-12-04 18:50

I am creating a NuGet package for a C# class library, and I would like to include generated Xml Documentation with the library. This is my nuspec file:



        
2条回答
  •  情话喂你
    2020-12-04 19:22

    The problem was that I didn't check "Generate Xml Documentation" for the build configuration I was using. That nuspec is correct.

    enter image description here

提交回复
热议问题