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

Nested classes are resolved as IStruct #105

Closed hailstorm75 closed 4 years ago

hailstorm75 commented 4 years ago

Libraries MarkDoc.Members.Dnlib

Describe the bug Nested classes are resolved as IStruct

Reproducibility Always

To Reproduce Steps to reproduce the behavior:

  1. Have a test assembly with the following type structure:
    1. A Parent class
    2. A nested class within the parent class
  2. Resolve the test assembly
  3. Observe the type of the resolved nested class

Expected behavior The nested class is expected to be resolved as an IClass

Additional context Revealed in UT.Members tests

hailstorm75 commented 4 years ago

Total: 4m