How do I add an external project to a .net MAUI solution?
We have a suite of .net MAUI apps which all use the same back end services, data models, etc.
How do I add an external project to a .net MAUI solution?
We have a suite of .net MAUI apps which all use the same back end services, data models, etc.
How do I add an external project to a .net MAUI solution?
We have a suite of .net MAUI apps which all use the same back end services, data models, etc.
MAUI Publish error – MSB4057: The target “_GenerateAppxPackage” does not exist in the project
whenever i try to publish my .NET MAUI Blazor Hybrid appliation using Visual Studio 2022 latest version I am getting error The target "_GenerateAppxPackage" does not exist in the project.
. Locally it is runnig great.
My physical iPad no longer showing as an option in debug
This still kind of works, but it’s showing run on “Windows Machine” in the device list, but it still deploys to my physical iPad and runs in debug. I’m pretty sure I didn’t make any code changes that would have done this; I haven’t been working in this code for a few weeks and just returned to it. I know it was working when I was last in the code.
gfxstream_backend.dll was not found
i am trying to debug an an Android Maui App in Visual Studio 2022 (v17.11) using the Windows Subsystem for Android (Android 13.0 -API 33).
But i get this error:
The code execution cannot proceed because gfxstream_backend.dll was not found. reinstalling the program may fix this problem.
.NET MAUI CommunityToolkit.Mvvm ICommand
I have a question about .NET MAUI. I’m learning from the following site: https://youtu.be/5Qga2pniN78?si=MQgeLoEsonrdci9a&t=564.
Turning on Visual Studio Preview Features breaks MAUI app
I’m working away on my .Net 8 MAUI application. Everything is working fine. I think about developing in .Net 9 Preview 3 , so I installed the SDK, but when I turn on “Preview Features / Use previews of .Net SDK” the application breaks.