Files
LanMountainDesktop/LanMountainDesktop.Shared.Contracts
lincube 563f12caa1 Add install checkpoint/resume and DDSS workflows
Introduce install checkpoint support and resume logic for updates, plus related locking and validation. Adds InstallCheckpoint model, AppJsonContext serialization, and UpdatePaths helpers for deployment lock, apply-in-progress lock and install-checkpoint path. UpdateEngineService gains checkpoint load/save/delete, incoming-state validation, resume logic for PLONDS and legacy updates, apply lock handling, and safer cleanup; ApplyPendingPlondsUpdateAsync and ApplyPendingUpdate flow updated accordingly. Add DeploymentLock contract and extend UpdateState with pause/resume/cancel helpers. Tests updated to cover stale/valid checkpoint resume and legacy/PLONDS flows. CI: enhance ddss-publish to detect release channel, validate S3 assets, prepare and atomically publish channel pointer; add ddss-rollback workflow to publish rollbacks; adjust plonds-build concurrency and release events.
2026-05-12 08:35:48 +08:00
..
2026-03-30 15:28:51 +08:00
2026-04-07 12:18:15 +08:00
2026-03-21 13:08:20 +08:00

LanMountainDesktop.Shared.Contracts

Shared contracts package for LanMountainDesktop host and plugin ecosystems.

Includes

  • cross-boundary records used by host/runtime and plugins
  • contract types intended for stable shared communication

Usage

<ItemGroup>
  <PackageReference Include="LanMountainDesktop.Shared.Contracts" Version="1.0.0" />
</ItemGroup>