korzh/aistdoc

Rewrite CSharp part using Mono.Cecil

antifree opened this issue · 2 comments

To support generating documentation for .net461 and other assemblies, we can rewrite the loading part using MetaDataLoadContext. Here is an article https://docs.microsoft.com/en-us/dotnet/standard/assembly/inspect-contents-using-metadataloadcontext

@korzh After investigation, I've decided that the best approach to support all targets is to use Mono.Cecil

Done in dev.