You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed double import of MSTest.TestAdapter.targets in NitroxTest.csproj
* Cleaned up how launcher exists
Asked user if they are sure when embedded server is running.
Fixed double close calling due to close event from WPF.
* Immediately hide window when it is closing
MessageBox.Show("The embedded server is still running.","Close aborted",MessageBoxButton.OK,MessageBoxImage.Warning);
112
-
returnfalse;
105
+
MessageBoxResultuserAnswer=MessageBox.Show("The embedded server is still running. Click yes to close.","Close aborted",MessageBoxButton.YesNo,MessageBoxImage.Warning);
0 commit comments