Skip to content

Using Mono.Cecil from a dotnet core app to load dotnet core and dotnet framework assemblies #744

Answered by jbevain
rouke-broersma asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

At the end of the day, the resolving behavior provided by Cecil is a default one, and each application might have different requirements.

Everything is done in Cecil so that you can provide you own assembly resolver, so if you need a resolver that can resolve both .NET Core and .NET Framework assemblies, feel free to either roll out your own, or take modify Cecil's to work for your use case.

Replies: 1 comment

Comment options

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