4,158 questions with Developer technologies | .NET | .NET MAUI tags
Push Notification Icon Color Issue in .NET MAUI Local Notifications
I have implemented push notifications using LocalPushNotification in my .NET MAUI app. I'm setting the small icon using: .SetSmallIcon(Resource.Drawable.ic_push_notification_solid) The issue is that the icon is displayed in gray instead of its…
Developer technologies | .NET | .NET MAUI
MAUI Picker control, .net 9: the Unfocused event IMMEDIATELY follows the Focused event?
I'm using the MAUI Picker control (ComboBox) on .net 9, Windows, VS 2022 v17.13.6. When the Picker gets focus by the user clicking it, the Focused event fires, but it is immediately followed by the Unfocused event and the drop down list opens. If the…
Developer technologies | .NET | .NET MAUI
Azure DevOps publish fails for MAUI.NET iOS
This is part of my Azure Pipeline: - task: Bash@3 displayName: Install MAUI inputs: targetType: 'inline' script: | dotnet workload update dotnet workload install…
Developer technologies | .NET | .NET MAUI


color connverter
I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …
Developer technologies | .NET | .NET MAUI

OneWay Data Binding Between 2 Content Views not working
I've setup 2 ContentViews: NewContent1.xaml and ChildContentView.xaml using .NET 9. I've added <MauiEnableXamlCBindingWithSourceCompilation>true</MauiEnableXamlCBindingWithSourceCompilation> to my Project Properties. I'm binding a string…
Developer technologies | .NET | .NET MAUI
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app, eventhough I don't use this font anywhere and only Sentry seems to find this error. However this error occurs constantly and…
Developer technologies | .NET | .NET MAUI
how to capture and transform to h264 in .net android?
I am using .net android and I want to capture and transform to h264. I searched that I should start mediaProjection and use a foreground service but i still can not do it. please tell me.
Developer technologies | .NET | .NET MAUI
alignment in chat app
I am doing a chat app with Maui, but I need help with alignment <ContentView x:Class="FireChat.Controls.ChatView" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
How to Share Apple Code Signing Key
Trying to switch to developing an iOS app using Hot Restart from using Mac Xcode. Using the same project, when building I am getting the error message "signing key not found in keychain". I am able to build and deploy to the iPhone using the…
Developer technologies | .NET | .NET MAUI


Dynamic NavMenu
I am trying to implement the default NavMenu.razor with a number of NavLinks where one of the items is not visible by default. It should only become visible after an authenticated user belonging to a specific role condition is true. My code snippet is…
Developer technologies | .NET | .NET MAUI
MAUI app crash when execute BindableLayout.SetItemsSource with visual studio 2022 17.14.7
After the command BindableLayout.SetItemsSource(FlexLayout, IEnumerable) in DEBUG environment and WinUI it gives the error: System.ArgumentOutOfRangeException in System.Private.CoreLib.dll Exception thrown: 'System.Reflection.TargetInvocationException'…
Developer technologies | .NET | .NET MAUI
How to improve tapping feedback in Maui
Hello. Please. how to improve the feedback of tap recognize on a label of one character because the tapping area is small the tapping feedback is lower. In my app I have a grid row with 10 columns and in each grid cell I have a one character label with…
Developer technologies | .NET | .NET MAUI
How to fix could not find error
I'm working on a maui app. when i try to build project it gives "System could not find the file. (2): C:\Users\jello\OneDrive\Masaüstü\wx\VSC\MAUI\Ccalculate\Ccalculate\obj\Debug\net9.0-android\assets." error message. how can i fix it?
Developer technologies | .NET | .NET MAUI
Maui toolkit popup window size controling
Hello all. I built a toolkit popup according the Microsoft doc. and I want that the width of the popup window to fill the screen width. How I do that. I tried horizontal option fill but that's not working. Thank you very much
Developer technologies | .NET | .NET MAUI
Why Can't I Choose AnyCPU as Platform Target in MAUI Project Properties?
When I try to choose AnyCPU as Platform Target for a MAUI project, the drop-down list returns back to ARM64. What is, therefore, enforcing the ARM64 choice for the project? Visual Studio Version: 17.6.4 .NET SDK Version: 7.0.400-preview.23274.1 .NET…
Developer technologies | .NET | .NET MAUI
Developer technologies | C#
.Net Maui Shell navigation, is it possible to keep previouse page state as in NavigationPage (old way)?
I have a listing page with a CollectionView control, when item clicked it opens a details page, when back button pressed on details page, i lose the scoll position on listing page! With Shell navigation the previouse page is rerendered everytime we back…
Developer technologies | .NET | .NET MAUI
your system is getting an error exporting cert
I am trying to export an app certificate and your system keeps giving an error
Developer technologies | .NET | .NET MAUI
MAUI: Rebuild Error: Type androidx.collection.ArrayMapKt is defined multiple times
I am getting below error when rebuilding in release mode: 1>MSBUILD : java.exe error JAVA0000: Error in…
Developer technologies | .NET | .NET MAUI
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of "$([System.String]::Copy('C:\Users\tarek\OneDrive\Desktop\StoreAp
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
is there a path algorithm?
I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line