Search code examples
c#buildriderxml-documentation

JetBrains Rider - is there an easy way to generate the XML documentation file?


VS has a checkbox that just builds the XML documentation file from C#. I couldn't find anything like this in JetBrains Rider's build settings. What's the easiest way to do this?

documentation comments

rider example

vs example


Solution

  • You have to open Solution Explorer, choose the appropriate project, go to project properties and enable generating for the specific project configuration (or all of them):

    How to find xml doc settings