-
Notifications
You must be signed in to change notification settings - Fork 65
Can't compile a Windows app using this library #105
Comments
yes. not compiling with windows. bump when try adding it from nightly build. |
It worked with 250, but not 253 on Windows in preview 12. In a related topic, the library seems to be not working in maui (Windows) preview 13. Can anybody confirm this? And is a fix planned? When calling
is thrown. |
@tobiasbaur I encountered a similar error today when I tried adding the library to my project. Preview 13 too, but building for Android instead of Windows. If I comment out The Exception:
|
This issues with Preview 13 will be fixed with #106 (in progress) |
Not compiling, I am using this GitHub code ( not able to find NuGet package ) and I have Visual studio 17.3.0 Preview 2.0, Windows 10 Pro |
Also broken here running VS 2022 Version 17.3.0 Preview 3.0 |
Will this be fixed anytime soon or is the plan to abandon this library and merge it into .NET MAUI? |
Is there any progress on this front? |
Any update on this bug? I still can't get this library to work with windows |
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:
Microsoft.Maui.Graphics.Controls
NuGet package from nightly feedusing
statements and call to.ConfigureGraphicsControls()
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...
The text was updated successfully, but these errors were encountered: