Removed unused usings from PluginsController and Program in the WebUI
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using DiscordBotCore.PluginManagement;
|
||||
using DiscordBotCore.PluginManagement.Models;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using WebUI.Models;
|
||||
using ILogger = DiscordBotCore.Logging.ILogger;
|
||||
|
||||
@@ -10,6 +10,7 @@ using IConfiguration = DiscordBotCore.Configuration.IConfiguration;
|
||||
using ILogger = DiscordBotCore.Logging.ILogger;
|
||||
|
||||
#region Load External (Unmanaged) Assemblies
|
||||
|
||||
// This code is used to load external (unmanaged) assemblies from the same folder as the executing assembly.
|
||||
// It handles the AssemblyResolve event to search for the requested assembly in a specific folder structure.
|
||||
// The folder structure is expected to be: <ExecutingAssemblyDirectory>/Libraries/<RequestingAssemblyName>/<AssemblyName>.<Extension>
|
||||
|
||||
Reference in New Issue
Block a user