hailstorm75 / ModularDoc

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

Async methods are not marked with the async keyword #60

Closed hailstorm75 closed 4 years ago

hailstorm75 commented 4 years ago

Describe the bug Async methods have their IsAsync property set to false.

Library MarkDoc.Members.Dnlib

Reproducibility Always

Expected behavior An async method will have the IsAsync property set to true.

hailstorm75 commented 4 years ago

Total: 8m