Open C1rdec opened 3 years ago
A System.NullReferenceException
exception is thrown in PrepareApplication
since the Application is a Microsoft.UI.Xaml
WinUI 3 seems to be a mix of WPF and UWP but only WPF dlls are loaded with the nuget. The CaliburnApplication
and the respective container are not available.
Here is a simple repo => https://github.com/C1rdec/CardCaster
I am working on this.
Can I help somehow?
Problem is that BootstrapperBase passes useApplication = true by default. Then in PrepareApplication() is tries to hook into Application Events Startup DispatcherUnhandledException Exit
but these events do not exist in Microsoft.UI.Xaml.Application
Passing false into the BootstrapperBase construct gets the Caliburn going further!
Hi All,
Can somebody update me please, what happens with WinUI 3 support? I have a real project, which must to be developed as WinUI app. Can I use CM (somehow)? Where can I find dev. sources (e.g., fork, branch, something else), documentation, recipes?
Thank you in advance!
@vb2ae where are you at? Do you have a current branch that we can look into?
More than happy to help
@vb2ae - Do you have any guess on when you plan to release version 5.0?
I wanted to keep the WinUI3 support topic up to date!
Any chance that WinUI 3 would be supported?