Step 4 from above would generate the XML documentation file
No documentation file exists
Product Information:
Version: 1.0.0-preview2-003121
Commit SHA-1 hash: 1e9d529bc5
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10586
OS Platform: Windows
RID: win10-x64
I am not sure what VS is doing for that, but in a project.json, if you specify
"buildOptions": {
"xmlDoc": true
}
The xml file is generated correctly. Also, if you set
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>$(OutputPath)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
in your csproj, we will also generate the xml file.
Most helpful comment
I am not sure what VS is doing for that, but in a project.json, if you specify
The xml file is generated correctly. Also, if you set
in your csproj, we will also generate the xml file.