mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove comment regarding newtonsoft.json
This commit is contained in:
parent
d81a4a7fa3
commit
6804b93a8d
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue