XmlCommentMarkDownGenerator icon indicating copy to clipboard operation
XmlCommentMarkDownGenerator copied to clipboard

Exited with code -532462766 for .NET Standard 1.6 project

Open ghost opened this issue 7 years ago • 1 comments

Created the Docs folder and an empty .MD, but gave error message in the error list.

ghost avatar Apr 03 '17 05:04 ghost

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.

SheepReaper avatar Oct 28 '17 01:10 SheepReaper