I am trying to setup a brand new project using Visual Studio 2022, using template for MAUI Blazor Hybrid App with web app.
It creates 3 projects in a solution:
- A web project (server side rendering)
- A class library with 3 basic pages like counter and weather
- A maui project
I have not changed anything in the code. It's exactly as the template generated it. So if you want to reproduce, just use that template as is and hit run.
The web project loads fine. I can see and interact with the pages.
The maui project, when I run as Windows application, just loads an empty purple background. No errors visible in the output window.
Has anyone come across this issue? Any ideas will be super helpful.
I am happy to share code, but as I said, not a single bit was added or changed by me. It's exactly just the output of the Visual Studio 2022 template.