XmlCommentMarkDownGenerator icon indicating copy to clipboard operation
XmlCommentMarkDownGenerator copied to clipboard

Generates Markdown from VS XML documentation file - forked from https://gist.github.com/lontivero/593fc51f1208555112e0/forks

Results 16 XmlCommentMarkDownGenerator issues
Sort by recently updated
recently updated
newest added

My solution, source and csproj are in the same directory - the top level directory of my project. I would like to generate the docs somewhere inside my project folder,...

enhancement

I added XmlCommentMarkdownGenerator to my project from NuGet, and ran a compile. The output was: 1>Unhandled Exception: System.Xml.XmlException: Unknown element type "input" ---> System.Collections.Generic.KeyNotFoundException: The given key was not present...

bug

Given the following example: ```xml Example.Core Represents a wrapper for an Entity that will be published to the MessageBus Queue. The type of the Entity to be published. The number...

bug

Very minor thing, just for convenience, to make the project more portable? Tried to quickly build in Mono, and found that unit-test project depends on MSTest.

enhancement

There is a certain level of irony in a codebase that is designed to turn XML documentation comments into Markdown not having any XML documentation comments that could themselves be...