Always purge cashes for plugin content on unloading.

This commit is contained in:
MapleWheels
2026-04-20 15:19:05 -04:00
parent 1e1fb642f0
commit 96906ef89e

View File

@@ -836,6 +836,7 @@ public class PluginManagementService : IAssemblyManagementService
}
_assemblyLoaders.Clear();
_storageService.PurgeCache();
GC.Collect(GC.MaxGeneration, GCCollectionMode.Aggressive, true);
#if DEBUG