vs-mef with custom AssemblyLoadContext #299
hymccord
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Thanks for the ping. I've pushed a few more recent versions to nuget.org. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v17 of vs-mef introduced a new overload to
ComposableCatalog.Create
that allows you to pass in a customResolver
.I wrote a some samples of using two different types of custom resolvers showing the capability of loading different major versions of
Newtonsoft.Json
in the same program.You can see that here: https://github.com/InKahootz/vs-mef-alc
I thought it might be nice to show it off here and inspire others that have extensible apps where plugins come from other users.
Also, could we get an official nuget release (or at least of alpha) of v17? Currently I have to pack the vs-mef repo and locally source the nuget packages.
Beta Was this translation helpful? Give feedback.
All reactions