XmlCommentMarkDownGenerator
XmlCommentMarkDownGenerator copied to clipboard
Generates Markdown from VS XML documentation file - forked from https://gist.github.com/lontivero/593fc51f1208555112e0/forks
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,...
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...
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...
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.
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...