Skip to content

Commit

Permalink
chore: add cnd:noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed Jan 9, 2024
1 parent b2f0ccc commit f410646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/ApplicationTemplate.Shared.Views/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ private void InitializeAndStart()
#endif
//+:cnd:noEmit

//-:cnd:noEmit
#if DEBUG
CurrentWindow.EnableHotReload();
#endif
//+:cnd:noEmit

_ = Task.Run(() => Startup.Start());
}
Expand Down

0 comments on commit f410646

Please sign in to comment.