NuGet ยท nuget

Redeon.SuperSiteEngineCore.Web.Eltheon.Plugins.Packaging

Shared Plugins v3 package inspection contracts and implementation.

Install

Install-Kommandos

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

README

Vorschau

Eltheon Plugin Packaging

Shared Manifest-v3 package inspection for Eltheon Store, PackTool, and runtime operations.

Workload inspection validates every manifest workloads descriptor against the packaged implementation type. Jobs must implement IEltheonJob, workers must implement IEltheonWorker, and the declared kind must not conflict with the opposite contract. Missing or mismatched implementations fail package validation with stable reason codes.

The retired managed-service manifest surface is not packaged or projected.