(solved) is there an easy way to to build the XML documentation file, similar to VS
VS has a checkbox that just builds the XML documentation file from C# documentation comments. I couldn't find anything like this in Rider's build settings. What's the easiest way to do this?



Please sign in to leave a comment.
As it turns out the check box is located within the project properties. right-click on the project and then click on properties:
answer came by way of stack overflow