-
Notifications
You must be signed in to change notification settings - Fork 703
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
Designer won't render WinUI/ProjectReunion forms #5538
Comments
The designer doesn't support WinUI 3 as of yet. |
Then how are we supposed to do any visual design work? |
They where probably using the UWP designer as a temporary workaround to be able to write the book before it's supported in WinUI 3. The recommended approach for now is manually typing XAML and relying on Hot Reload for the code changes to apply instantly to a running app. |
@sylveon is correct, Winui3 does not currently support the VS Designer. |
Duplicate of #4195 |
Describe the bug
I have installed the WinUI/ProjectReunion/WindowsAppSDK extensions in VS2019 and followed all the steps in the tutorials but I cannot get the form to paint in the IDE. I have checked all of the settings in the options menus and my other XAML projects render the form just fine. NOTE: The app will run and compile without issue, but will not render in the IDE.
I'm using VS2019 Version 16.10.3 on Windows 10 Pro, build 19042.1110
Steps to reproduce the bug
Steps to reproduce the behavior:
Using NuGet just makes the problem worse...
The text was updated successfully, but these errors were encountered: