-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Implement WinUI #37
Implement WinUI #37
Conversation
I created a new branch (feature/WinUI), and targeted this PR to it, which allows us to play with it before putting it into master. |
From my side there is nothing to be added here. |
Ok, cool, I will try it out as soon I as have some time. |
That would be awesome to see this PR merged ❤️🔥 |
I’ll see that I get it up to date and working next week. |
* Separately packaged * Single project package
Keep reference open for AppWindow.
DispatcherQueue needs to be assigned in Application.Start
b598319
to
0fa0088
Compare
Updated to latest stable WindowsAppSdk 1.2 (instead of ProjectReunion), included net6 as well (WAppSdk requires at least net6-windows10.0.17763). @Lakritzator anything left for this to get testing done? |
For the samples following applies:
As the regular implementation does not depend on WinUI (only the nuget package for references) I don't think this requires any knowledge of WinUI/Project Reunion/Windows App SDK
Implements #29