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.
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 forUT.Documentation
and the final application.