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
In most scenarios initialization of the CaliburnApplication is initiated by the call to DisplayRootView or DisplayRootViewFor inside OnLaunched which isn't called at Design Time.
Calling Initialize in the constructor of your App.xaml correctly calls StartDesignTime.
public App(){
InitializeComponent();base.Initialize();}
StartDesignTime()
logic is not executed in designer.see https://caliburnmicro.codeplex.com/discussions/463911 for details
The text was updated successfully, but these errors were encountered: