XmlCommentMarkDownGenerator
XmlCommentMarkDownGenerator copied to clipboard
Exited with code -532462766 for .NET Standard 1.6 project
Created the Docs folder and an empty .MD, but gave error message in the error list.
Try running PxtlCa.XmlCommentMarkDownGenerator directly from powershell, you should get some exception. In my case, I was using ghost doc, which has at least 2 xml elements that the generator doesnt know how to handle. Specifically, i was using <seealso />
and <inheritdoc />
. I removed all instances of these elements in my code, and the build was successful.
I had the exact same error code as you and also an empty md file.