We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Caliburn-Micro/Caliburn.Micro/tree/master/samples/setup/Setup.WPF
Hey, it looks like the window manager must be registered (Bootstrapper class). Otherwise a null exception is thrown.
container.Singleton<IWindowManager, WindowManager>(); container.PerRequest<ShellViewModel>();
container.Singleton<IWindowManager, WindowManager>();
container.PerRequest<ShellViewModel>();
FYI =)
The text was updated successfully, but these errors were encountered:
Thanks, not sure how that one slipped through.
Sorry, something went wrong.
No worries. Keep up the good work =)
#423 Register Window Manager in Setup.WPF
8b8e6e4
No branches or pull requests
https://github.com/Caliburn-Micro/Caliburn.Micro/tree/master/samples/setup/Setup.WPF
Hey, it looks like the window manager must be registered (Bootstrapper class). Otherwise a null exception is thrown.
container.Singleton<IWindowManager, WindowManager>();
container.PerRequest<ShellViewModel>();
FYI =)
The text was updated successfully, but these errors were encountered: