exhausted trying all options. Definitely something i am missing.
All i am trying to do is 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 weatherA maui project
I have not changed anything in the code. Its exactly as the template. 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 on output window.
Has any one came across this issue? Any ideas will be super helpful. I am happy to share code, but as i said, not a single bit added by me. Its exactly just the template by visual studio 2022.