Stone_Red
  • Joined on 2026-09-03
Stone_Red opened issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:55 +02:00
[GH-ISSUE #19] UpdateInterval does not work
Stone_Red closed issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:55 +02:00
[GH-ISSUE #19] UpdateInterval does not work
Stone_Red opened issue Stone_Red/DesktopMagic#5 2026-09-04 00:45:55 +02:00
[GH-ISSUE #20] Always On Top
Stone_Red closed issue Stone_Red/DesktopMagic#5 2026-09-04 00:45:55 +02:00
[GH-ISSUE #20] Always On Top
Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@Stone-Red-Code commented on GitHub (Apr 6, 2025):

How's it going?

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@Stone-Red-Code commented on GitHub (Dec 19, 2025):

My implementation in https://github.com/Stone-Red-Code/DesktopMagic/commit/780b5061039c40d0db9d7e32255c81dc462…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:54 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@Stone-Red-Code commented on GitHub (Dec 12, 2024):

No worries

After looking through the plugin code, I noticed multiple possible references that could…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:53 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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 commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:52 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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…

Stone_Red commented on issue Stone_Red/DesktopMagic#1 2026-09-04 00:45:52 +02:00
[GH-ISSUE #5] Avoid locking plugin DLLs when loading

@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…