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
{{ message }}
This repository was archived by the owner on Mar 25, 2023. It is now read-only.
_=newWindow();// Exiting the app takes no effect if no window instances. (Reference: https://github.com/microsoft/microsoft-ui-xaml/issues/5931)
74
+
Exit();
75
+
}// end method ExitAppWithNoWindow
76
+
53
77
/// <summary>
54
78
/// Generate the app version from the package version.
if(initialiseTask.Result.Statusis not DeploymentStatus.Ok)
91
116
{
92
-
Log.Error("Failed to ensure a deployment status of the Windows App SDK runtime.");
93
-
Log.CloseAndFlush();
94
-
_=newWindow();// Exiting the app takes no effect if no window instances. (Reference: https://github.com/microsoft/microsoft-ui-xaml/issues/5931)
95
-
Exit();
117
+
Log.Error(
118
+
$"Failed to ensure a good deployment status of the Windows App SDK runtime: {initialiseTask.Result.ExtendedError.Message}");
0 commit comments