From 0deb72be5337580b2510edf534fe494b00ce2354 Mon Sep 17 00:00:00 2001 From: Valters Melnalksnis Date: Thu, 15 Feb 2024 18:25:22 +0200 Subject: [PATCH] build: Reduce app start time by enabling ReadyToRun This will significantly improve the startup time, but wil also more than double the published app size --- docs/changelog.html | 4 ++++ source/Gnomeshade.Desktop/Gnomeshade.Desktop.csproj | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/changelog.html b/docs/changelog.html index 0c59805c4..79b484267 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -63,6 +63,10 @@

Changed

Removed unused files from published application in wwwroot in #1097 +
  • + Improved desktop app startup time at the cost of file size in + #1098 +
  • diff --git a/source/Gnomeshade.Desktop/Gnomeshade.Desktop.csproj b/source/Gnomeshade.Desktop/Gnomeshade.Desktop.csproj index 812cd0219..bbcbbe724 100644 --- a/source/Gnomeshade.Desktop/Gnomeshade.Desktop.csproj +++ b/source/Gnomeshade.Desktop/Gnomeshade.Desktop.csproj @@ -7,6 +7,7 @@ Assets/avalonia-logo.ico true + true partial true true