Removed unused usings from PluginsController and Program in the WebUI

This commit is contained in:
2025-04-08 12:05:40 +03:00
parent 2e6b6b9a61
commit f19aafcec6
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
using DiscordBotCore.PluginManagement;
using DiscordBotCore.PluginManagement.Models;
using Microsoft.AspNetCore.Mvc;
using WebUI.Models;
using ILogger = DiscordBotCore.Logging.ILogger;

View File

@@ -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>