NuGet ยท nuget

Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK

Package Description

Install

Install-Kommandos

dotnet add package Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK --version 0.1.4.2
<PackageReference Include="Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK" Version="0.1.4.2" />
paket add Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK --version 0.1.4.2
Install-Package Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK -Version 0.1.4.2

README

Vorschau

Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.SDK

SDK helpers for Eltheon plugins, including:

  • PluginBase with host-provided infrastructure accessors (logger/config/event bus/metrics/DbContexts).
  • PluginDbContext<TContext> to prefix plugin tables via Table("<LogicalName>") and optional Schema override.
  • Navigation and permission builders plus configuration/event/metrics accessor contracts.
  • IPluginDbContextConfigurator for host-side DbContext wiring; plugins should not call UseSqlServer/UseMySql/... themselves but rely on the host to supply the active provider and migrations assembly.