mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 05:28:46 +02:00
- Enable PublishTrimmed with TrimMode=partial to remove unused framework assemblies while preserving app/SDK code safety - Enable PublishSingleFile to bundle all managed assemblies into one executable (sidecar goes from 254 files to 2 files) Sidecar shrinks from 191 MB / 254 files to 134 MB / 2 files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>