Skip to content

Commit 1b68d09

Browse files
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2 parents 144fdad + dcc7dbb commit 1b68d09

File tree

97 files changed

+41
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+41
-287
lines changed

Flow.Launcher.Core/Plugin/ExecutablePlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.IO;
33
using System.Threading;
44
using System.Threading.Tasks;
5-
using Flow.Launcher.Plugin;
65

76
namespace Flow.Launcher.Core.Plugin
87
{

Flow.Launcher.Core/Plugin/JsonPRCModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
*
1313
*/
1414

15-
using Flow.Launcher.Core.Resource;
1615
using System.Collections.Generic;
17-
using System.Linq;
1816
using System.Text.Json.Serialization;
1917
using Flow.Launcher.Plugin;
2018
using System.Text.Json;

Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
using TextBox = System.Windows.Controls.TextBox;
2424
using UserControl = System.Windows.Controls.UserControl;
2525
using System.Windows.Documents;
26-
using static System.Windows.Forms.LinkLabel;
27-
using Droplex;
28-
using System.Windows.Forms;
2926

3027
namespace Flow.Launcher.Core.Plugin
3128
{

Flow.Launcher.Core/Plugin/NodePlugin.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Diagnostics;
1+
using System.Diagnostics;
42
using System.IO;
5-
using System.Linq;
6-
using System.Text;
73
using System.Threading;
84
using System.Threading.Tasks;
95
using Flow.Launcher.Plugin;

Flow.Launcher.Core/Plugin/PluginAssemblyLoader.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using Flow.Launcher.Infrastructure;
2-
using System;
3-
using System.Collections.Concurrent;
4-
using System.Collections.Generic;
1+
using System;
52
using System.IO;
63
using System.Linq;
74
using System.Reflection;

Flow.Launcher.Core/Plugin/PluginsLoader.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
using System.Threading.Tasks;
66
using System.Windows.Forms;
77
using Flow.Launcher.Core.ExternalPlugins.Environments;
8+
#pragma warning disable IDE0005
89
using Flow.Launcher.Infrastructure.Logger;
10+
#pragma warning restore IDE0005
911
using Flow.Launcher.Infrastructure.UserSettings;
1012
using Flow.Launcher.Plugin;
1113
using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch;

Flow.Launcher.Core/Plugin/PythonPlugin.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Diagnostics;
1+
using System.Diagnostics;
32
using System.IO;
43
using System.Threading;
54
using System.Threading.Tasks;

Flow.Launcher.Core/Plugin/QueryBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43
using Flow.Launcher.Plugin;
54

65
namespace Flow.Launcher.Core.Plugin

Flow.Launcher.Infrastructure/Helper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
using System;
44
using System.IO;
5-
using System.Runtime.CompilerServices;
65
using System.Text.Json;
76
using System.Text.Json.Serialization;
87

Flow.Launcher.Infrastructure/Hotkey/GlobalHotkey.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43
using Flow.Launcher.Plugin;
54

0 commit comments

Comments
 (0)