hailstorm75 / ModularDoc

Modular documentation generator for .NET libraries. Currently supporting Markdown only for GitHub, GitLab, and Bitbucket
MIT License
119 stars 11 forks source link

ModularDoc crashes when attempting to process a code tag #244

Closed hailstorm75 closed 1 year ago

hailstorm75 commented 1 year ago

Describe the bug When processing documentation with <code>nameof(MyProperty)</code> the CodeTag class from the ModularDoc.Documentation.Xml library fails in the ProcessCode method.

Reproducibility Always