dotnet / Comet

Comet is an MVU UIToolkit written in C#
MIT License
1.64k stars 116 forks source link

Visual Studio MAUI Comet Template renders blank screen on Windows Machine #238

Open TitusRie opened 2 years ago

TitusRie commented 2 years ago

It looks like the latest Comet Template (Clancey.Comet.Templates.Multiplatform::0.3.338-beta - with Visual Studio 2022 Preview - Version 17.1.0 Preview 3.0) doesn't render on a Windows Machine, while the Android version looks fine.

I'm not sure this is the right way and right place to open this issue, please let me know if there's a better way or place :-)

Steps to reproduce:

  1. Create new .NET MAUI Comet App project: image

  2. Use default values for versions: image

  3. Fix missing using: image

  4. Run Debug configuration on Windows Machine: image

Clancey commented 2 years ago

Yes, Comet will not work properly on windows until Preview 13. There are few commits to Maui.Core that are needed for it to worl.

TitusRie commented 2 years ago

Thanks, good to know it should be fixed in the coming release(s) of MAUI :-) Shall I keep this issue open and check with the coming release if it works?

For reference the links: MAUI Blog MAUI Roadmap

sasaju commented 2 years ago

Is now the problem solved? I meet this error. Comet: 0.3.464-beta MAUI: 6.0.312

image