mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
10 lines
499 B
Markdown
10 lines
499 B
Markdown
|
|
# Checklist
|
||
|
|
|
||
|
|
- [x] `LanMountainDesktop.AirAppRuntime` is included in `LanMountainDesktop.slnx`.
|
||
|
|
- [x] Launcher no longer hosts `IAirAppLifecycleService`.
|
||
|
|
- [x] Host fallback starts `LanMountainDesktop.AirAppRuntime`, not `LanMountainDesktop.Launcher air-app-broker`.
|
||
|
|
- [x] AirApp Runtime is explicitly non-AOT and framework-dependent.
|
||
|
|
- [x] `dotnet build LanMountainDesktop.slnx -c Debug` passes.
|
||
|
|
- [x] Related AirApp Runtime tests pass.
|
||
|
|
- [x] `dotnet test LanMountainDesktop.slnx -c Debug` passes.
|