Content
The type or namespace name 'Platform' does not exist in the namespace 'Microsoft.Maui.Graphics' (are you missing an assembly reference?)
Seriously, Do you even test before release? It works, then stops. Restart computer, and it works again. Given that Micro$oft no longer values the developer/engineers, you can bet the stock is going the way of Yahoo!


In .NET MAUI, how can I implement zooming and scrolling functionality in a GraphicsView element?
Dot NET version - 7 Platform - Android or iOS Vishal studio - latest updated ///Xaml code <ScrollView Orientation="both"> <GraphicsView x:Name="graphicsView"> …
Why does MAUI iOS not build with "$placeholder$.scale" factors in the project file?
Since my last upgrade of VS, in the MAUI project file, if the second ItemGroup is present, the project will not build. It previously did. It will build for Android and Windows projects. <ItemGroup> <None…


.Net MAUI - Android TV - Displaying Now Playing card
First of all, I know that Maui not supporting android TV now, however, the code I need for this is included in.NET MAUI from Xamarin Forms and Android.Media.Session I just can't apply the code correctly or I'm missing something from these…


.Net MAUI - Android TV - Displaying Now Playing card
first of all, I know that Maui not supporting android TV now, however, the code I need for this is included in.NET MAUI from Xamarin Forms and A[ndroid.Media.Session][1]. I just can't apply the code correctly or I'm missing something from these…


(Realm) Bind Picker to IEnumerable<T>
Hi everyone, I want to ask how to Bind Picker to IEnumerable<T>. I am using Realm for local database in MAUI android project. Based on Realm's guidance (Data Binding), Realm advises against using ToList(). Therefore, in my ViewModel I design it…


.Net Maui missing DPad for android TV
Hello, I'm trying to publish an application on Android TV, but my app was rejected because it doesn't have D-Pad functionality support. Now, how I suppose to give to the user the ability to navigate between my app elements including the…


XamlCompiler.exe fails with code -1073741515 on GitLab CI
I am trying to set up CI on GitLab for my MAUI Project. My setup uses a Windows Runner with a Docker Container that uses the following .gitlab-ci.yml ` image: mcr.microsoft.com/dotnet/sdk:6.0 stages: - build build_job: stage:…