Content
Maui navigation and TitleView is very confusing
I am trying to customize the TitleView in a Maui app. 1st - I am trying to get the page title but this is not happening. The property CurrentPage does not seem to get updated and this means that the Title prop of the CurrentPage is not accessable. 2nd…


'App' does not implement inherited abstract member 'MauiWinUIApplication.CreateMauiApp()'
Error CS0534 'App' does not implement inherited abstract member 'MauiWinUIApplication.CreateMauiApp()' MyProject (net6.0-android) C:\Git\MyProject\obj\Debug\net6.0-windows10.0.19041.0\win10-x64\Platforms\Windows\App.g.i.cs 40 Active AFAIK I have…
Why are padding and margin not showing in properties tab of VS 2022
In keeping with the poor QA of VS now the properties window when selecting an XAML element no longer shows the padding or magins. If I were to publish the full list of problems I see in VS 2022 I would not get anything done. Check out the image to see…


Does MAUI support push notification
Does MAUI preview 6 have option to support or handle push notifications using FCM.


VS2022 - Unable to optimize assemblies for performance
I Have Maui class libraries that compile with no error when the following configuration manager (Debug, Any CPU). When I build the solution with this configuration manager setting Release, AnyCPU I get the following error on all projects. Error…


XML parsing errors when manually converting app from Xamarin to Maui
I am manually converting my Xamarin app to Maui. After fixing all the conversion errors, I am left with these 16 errors that I do not know how to resolve. Severity Code Description Project File Line Suppression State Error MAUIG1001 An error occured…


Why does Live Preview not work on my VS 2022 maui project
Hi, I am using VS 2022 and have a .NET MAUI project. The issue is that Live Preview doesn't seem to work. I watched the video here: https://www.youtube.com/watch?v=nEOvX3YKw_E However, I get the error shown below and I don't have the debug…


Issue with ObservableCollection in .net MAUI
When I open the app it reads the sqlite database and populates the ListView however when I add a new entry to the address book (by going to the "new address page") it doesn't refresh the ListView until I exit the app and come back in. …


Mobile Application using Blazor
I was trying to build mobile application using Blazor and then I came across this article https://learn.microsoft.com/en-us/mobile-blazor-bindings/ it uses Xamarin and some razor page to create mobile application. My main concern is can I use it to make…


Change font in MAUI Blazor?
I have downloaded the font Comfortaa and saved it in the directory wwwroot/css/open-iconic/font/. In the file index.html I loaded the font under <style>: I also specified the alternative font "courier new". As you can see, it seems…


Assembly References Getting Added to Every Platform in .NET MAUI
If you add an assembly reference to one Platform , it gets added to every Platform. Steps to Reproduce Right click on Windows Dependencies Add a new assembly reference (a local DLL, not a NuGet package) Observe the assembly was also added to…


Once again when will MS fix VS 2022
So I have now spent another couple of hours trying , pleading with Visual Studio to get it together. Notice the status msg, "All Succeeded" meaning no errors but VS shows errors and I have not been able to get rid of them. Clean, Rebuild,…


How to change screen orientation in Maui?
In Xamarin there was a class called DeviceInfo with a settable CurrentOrientation property. This class appears to not exist for Maui. I can't figure out how you can change the screen orientation and I can't find an example that can show how's it's…


MUAI Blazor App: A Blank "Screen" between splash page and login page.
Hi - We are using MAUI+ Blazor to develop our mobile App. One thing we notice is that as the app is starting, the splash screen shows, then it hides, then a very fast white flash shows right before the login page (or index page), because we are…


How to hide Cancel button for .Net MAUI SearchBar control for iOS using MAUI handlers?
In .Net MAUI using handlers how can I hide "Cancel button" for SearchBar control when user enters text in SearchBar for iOS? In Xamarin forms this we had implemented using custom renderer like below: protected override void…


Is there a way to prevent a user from switching Tabs in a TabBar? (Windows)
I have a TabBar and several Shell tabs. It's a desktop application running on Windows 10. On some of the tabs the user can start a long running file process operation asynchronously and I need to be able to prevent the user from switching to other tabs…


.net Maui Deploy to Android in release produces "module is unusable (GUID of dependent assembly Microsoft.EntityFrameworkCore.Sqlite doesn't match"
I am building a .net Maui Android app. I have no problem deploying my app to an Android emulator or real device when in Debug mode. However if I deploy in Release mode, the app crashes on load. The android device log, shows the following error, …


Visual Studio Community 2022 (64-bit) v17.4.4 not showing any compile time errors for MAUI project.
Hi, I am using Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.4.4 for my MAUI projects but is not showing any compile time errors . is it any plugin missing?


how to close .net maui app on iOS
i want to close .NET MAUI App from code behind i'm using Application.Current.Quit(); it works on Android but on iOS it doesn't work Does anyone know how to close the app on iOS many thanks


Unable to debug Mac Catalyst on windows in .Net MAUI app
I am developing a desktop application targeting Windows Machine and Mac OS. I was able to debug for windows machine. However, I am unable to debug for windows and I keep getting this message.

