You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Hi! Quick question: I'm trying this library for the first time, and I use Windows, so I was hoping to just compile a Windows app to look at things. When I select Windows in the platform drop-down, I get errors, as shown:
Repro:
Open VS2022 (using Version 17.1.0 Preview 4.0, with MAUI Preview 12)
Create new .NET MAUI project
Add Microsoft.Maui.Graphics.Controls NuGet package from nightly feed
Add using statements and call to .ConfigureGraphicsControls()
Select Windows from the platform drop-down menu
Get errors when trying to compile to Windows
Is this expected right now? I understand that this is experimental, so, if Windows just isn't implemented yet, that's fine. Just want to make sure I'm not being an idiot...