mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update PluginAssemblyLoader comment
This commit is contained in:
parent
9e343ebff4
commit
84257aa5d9
1 changed files with 4 additions and 4 deletions
|
|
@ -36,10 +36,10 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
string assemblyPath = dependencyResolver.ResolveAssemblyToPath(assemblyName);
|
||||
|
||||
// When resolving dependencies, ignore assembly depenedencies that already exits with Flow.Launcher
|
||||
// Otherwise duplicate assembly will be loaded, and some weird behavior will occur such as WinRT.dll
|
||||
// will fail to create
|
||||
|
||||
// When resolving dependencies, ignore assembly depenedencies that already exits with Flow.Launcher.
|
||||
// Otherwise duplicate assembly will be loaded and some weird behavior will occur, such as WinRT.Runtime.dll
|
||||
// will fail due to loading multiple versions in process, each with their own static instance of registration state
|
||||
|
||||
if (assemblyPath == null || ExistsInReferencedPackage(assemblyName))
|
||||
return null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue