@Stone-Red-Code commented on GitHub (Mar 25, 2025):
Hi there, I checked out your plugin loader code.
Dependencies weren't loaded correctly but after adding…
@dylanrenwick commented on GitHub (Mar 25, 2025):
Ah nice catch!
I've been trying to find the free time to test this at home for a few weeks now, early march…
@dylanrenwick commented on GitHub (Mar 26, 2025):
Ran some tests with the media display plugin and everything seemed to work fine. I was able to play audio and…
@Stone-Red-Code commented on GitHub (Apr 6, 2025):
How's it going?
@dylanrenwick commented on GitHub (Apr 11, 2025):
I ran some more tests before opening the PR, and Media Display Plugin wasn't working. It worked fine on the…
@Stone-Red-Code commented on GitHub (Dec 19, 2025):
My implementation in https://github.com/Stone-Red-Code/DesktopMagic/commit/780b5061039c40d0db9d7e32255c81dc462…
@dylanrenwick commented on GitHub (Dec 20, 2025):
Implementation looks solid and close to what I had! I might give it a peek with dotPeek one day to see if that…
@Stone-Red-Code commented on GitHub (Nov 14, 2024):
Well the it's already a requirement that all plugins have to include all the necessary dependencies in the…
@Stone-Red-Code commented on GitHub (Dec 9, 2024):
Hi, any updates? If not, I will implement a temporary solution to at least make plugin development less…
@dylanrenwick commented on GitHub (Dec 12, 2024):
Hi, sorry I haven't had much time to work on it the last couple of weeks with holidays coming up.
I have a…
@Stone-Red-Code commented on GitHub (Dec 12, 2024):
No worries
After looking through the plugin code, I noticed multiple possible references that could…
@dylanrenwick commented on GitHub (Dec 19, 2024):
It wasn't up to date, but I just pushed my changes to it.
I did catch the Setting references, and tried to…
@dylanrenwick commented on GitHub (Feb 25, 2025):
Finally found the time to revisit this. Looking back through my fork changes, I had separated the actual plugin…
@Stone-Red-Code commented on GitHub (Feb 25, 2025):
Looking back through my fork changes, I had separated the actual plugin loading logic out into its own…
@Stone-Red-Code commented on GitHub (Nov 12, 2024):
Thanks for looking into this.
Can't we just load the dependencies into the AssemblyLoadContext? If I…
@dylanrenwick commented on GitHub (Nov 14, 2024):
We can. My concern is that we don't know what dependencies a plugin has without loading it, so when shadow…