namespace Nop.Services.Plugins; public enum PluginIncompatibleType { /// /// The plugin isn't compatible with the current version /// NotCompatibleWithCurrentVersion, /// /// The main assembly isn't found /// MainAssemblyNotFound, /// /// Another version of the same library is already loaded in memory /// HasCollisions }