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

Modify MEF library loading for tests #123

Closed hailstorm75 closed 4 years ago

hailstorm75 commented 4 years ago

Library name(s)

UT.Members

Description

The current implementation loads the exported library types using MEF. However, the implementation is incorrect since the existing MarkDoc.Members.Dnlib library has a dependency on a NuGet package which failed to be resolved by MEF.

The goal is to create a universal solution which will load all dependencies automatically. If possible, create the solution in the MarkDoc.Helpers library so that it is reusable and can be applied for UT.Documentation and the final application.

hailstorm75 commented 4 years ago

Total: 2h 57m