Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK
SDK helpers for Eltheon plugins, including:
PluginBasewith host-provided infrastructure accessors (logger/config/event bus/metrics/DbContexts).PluginDbContext<TContext>to prefix plugin tables viaTable("<LogicalName>")and optionalSchemaoverride.- Navigation and permission builders plus configuration/event/metrics accessor contracts.
IPluginDbContextConfiguratorfor host-side DbContext wiring; plugins should not callUseSqlServer/UseMySql/...themselves but rely on the host to supply the active provider and migrations assembly.