Skip to content

Is there a way to resolve the dependencies of a target project, with the help of Mono.Cecil? #791

Answered by jbevain
sulan-blob asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

I'm afraid there's nothing built-in to help resolving assemblies at runtime.

I supposed you could inject IL to add an event handler for the AppDomain.AssemblyResolve event to add custom resolving logic.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jbevain
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants