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()); }