remove comment regarding newtonsoft.json

This commit is contained in:
弘韬 张 2021-02-24 12:42:13 +08:00
parent d81a4a7fa3
commit 6804b93a8d

View file

@ -33,9 +33,6 @@ namespace Flow.Launcher.Core.Plugin
{
string assemblyPath = dependencyResolver.ResolveAssemblyToPath(assemblyName);
// When resolving dependencies, ignore assembly depenedencies that already exits with Flow.Launcher.Plugin
// Otherwise will get unexpected behaviour with plugins, e.g. JsonIgnore attribute not honored in WebSearch or other plugins
// that use Newtonsoft.Json
if (assemblyPath == null || ExistsInReferencedPluginPackage(assemblyName))
return null;