From f410646fc0bcb828d008e1cdfc1094fd4230bc1e Mon Sep 17 00:00:00 2001 From: Carl Mathieu Date: Tue, 9 Jan 2024 10:09:50 -0500 Subject: [PATCH] chore: add cnd:noEmit --- src/app/ApplicationTemplate.Shared.Views/App.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/ApplicationTemplate.Shared.Views/App.xaml.cs b/src/app/ApplicationTemplate.Shared.Views/App.xaml.cs index edaf26ce..62cfb8ed 100644 --- a/src/app/ApplicationTemplate.Shared.Views/App.xaml.cs +++ b/src/app/ApplicationTemplate.Shared.Views/App.xaml.cs @@ -81,9 +81,11 @@ private void InitializeAndStart() #endif //+:cnd:noEmit +//-:cnd:noEmit #if DEBUG CurrentWindow.EnableHotReload(); #endif +//+:cnd:noEmit _ = Task.Run(() => Startup.Start()); }