4,172 questions with Developer technologies | .NET | .NET MAUI tags
HttpClientHandler Proxy Unsupported
In the MacOS, Proxy member in HttpClientHandler throw exception "Operation is not supported on this platform." In code is marked [UnsupportedOSPlatform("browser")] What mean is "browser"? I think it must by…
Developer technologies | .NET | .NET MAUI
Error connecting to mac
Every time I try to connect to my mac to use the ios emulator I get the following error: Could not install workload 'ios'. Details: Workload installation failed: Failed to fetch results from V2 feed at…
Developer technologies | .NET | .NET MAUI
Variable cannot be changed
I cant change text value namespace MauiApp7 { public class GraphicsDrawable : IDrawable { public string text; public void Draw(ICanvas canvas, RectF dirtyRect) { canvas.DrawString(text, 60,…
Developer technologies | .NET | .NET MAUI
Developer technologies | C#
VS 17.3.0 Preview 2.0 Not paring with Mac - MAUI
I am trying to develop a MAUI application for iOS & Android with Razor Class Library. While trying to Pair my Mac with Visual Studio I face issue. In log I get below errors Xamarin.Messaging.Integration.State.IOSServerStateContextExtensions…
Developer technologies | .NET | .NET MAUI
Community Center | Not monitored
Unwanted padding on ListViewItem in .net MAUI
0 I have created a ListView which is binded to desired items. However, on each ListViewItem there is unwanted padding which i have checked in XAML visual preview (12,0,0,0) However, I haven't found any way to set the padding to 0 for…
Developer technologies | .NET | .NET MAUI
Developer technologies | C#
How to Build .NET MAUI on Windows using a MacinCloud host
Trying to build an iOS app from my Windows machine using a Paired Mac from MacinCloud. I'm using the following command from Terminal: dotnet publish -f:net6.0-ios -c:Release /p:ServerAddress={ip address} /p:ServerUser={userid}…
Developer technologies | .NET | .NET MAUI
How to get an Azure AD access token programmatically from a MAUI application, to access a secured Web API in .NET6?
I have a secured Web API written in .NET 6 using minimal API which is hosted in a Linux App Service plan in Azure. I setup an Azure AD app registration, and I can successfully get an access token using Postman, and authenticating with my Azure…
Developer technologies | .NET | .NET MAUI
Azure App Service
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID


Using Private Endpoints
Hello! I am building a new .NET MAUI Blazor app and a Blazor Web App using shared views. I have a SQL database/server hosted on Azure and an Azure Key Vault with all my sensitive information. I wanted both the web app and the MAUI app to be able to…
Azure Key Vault
Azure SQL Database
Azure Private Link
Developer technologies | .NET | .NET MAUI
Azure App Service
Microsoft Graph API + .NET 6 MAUI / Xamarin Forms
I'm trying to read some files on SharePoint but its not working, either I get the error that I'm not authorize or the error that the request is invalid. AuthenticationConfig config = new(); // The client credentials flow requires that you request…
Developer technologies | .NET | .NET MAUI
Microsoft 365 and Office | SharePoint | For business | Windows

Microsoft Security | Microsoft Graph
Bindable Property is not working in .Net MAUI Version 17.3.0 Preview 2.0
I have created a ContentPage ,added Boolean property and button and ListView to it. When I click the button I change Boolean property, Notifychanged property triggers but UI is not updating accordingly. String property updates working fine. Bool,…
Developer technologies | .NET | .NET MAUI
MAUI Image Caching not working
I have a MAUI application and I am testing it on my physical device. I have a live camera image that refreshes every 30 minutes. In the MAUI project, I've set the CacheValidity to 1 minute, but the image doesn't change. I've tried both the XAML and C#…
Developer technologies | .NET | .NET MAUI
Blazor Hybrid (MAUI) Application - Window Customization at Runtime (when Targeting Windows)
Quick Background: I am writing this from the standpoint of a Blazor web developer who wants to use an RCL to create the UI for a cross-platform application. This question, however, is specific to running it on Windows. The Issue After a couple…
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
Windows for business | Windows Client for IT Pros | User experience | Other


Splashscreen not displayed on Android - MAUI project
Followed the documentation to add Splash screen as SVG image in MAUI project : - https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/splashscreen?tabs=ios But few of the Android devices render AppIcon as the splash image and Android…
Developer technologies | .NET | .NET MAUI
3D graphics engine available for dotNet MAUI?
I was wondering If there are any plans for a 3d engine, which can be embedded into dotNet MAUI? I couldn't find any hints, how to embedd 3d graphics into dotNet MAUI.
Developer technologies | .NET | .NET MAUI
Navigation BackButton on WinUI
The back arrow Navigation BackButton (see screenshot below) is not visible but works as expected when tapped on the BackButton area. I've tried a few things such as overriding the IconOverride setting in XAML <Shell.BackButtonBehavior> but no…
Developer technologies | .NET | .NET MAUI
How to write the Windows Initialization in pure C#?
The bootstrap code for the Windows platform uses App.xaml.cs and App.xaml App.xaml <maui:MauiWinUIApplication x:Class="ExampleMauiApp.WinUI.App" …
Developer technologies | .NET | .NET MAUI
Hide Soft Keyboard on start up in .net maui blazor android app
I need to hide soft keyboard at start-up screen. My screen holds a searchbox which has focus on it. Until user touches on the box, I need to hide the soft keyboard. Essentially only want the soft keyboard to appear when user touches the searchbox…
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
NET MAUI - Problem navigating to ShellPage (with TabBar) from to ContentPage LoginPage
I'm getting this issue when I try to navigate to ShellPage from my LoginPage that is a ContentPage
Developer technologies | .NET | .NET MAUI
Using commands / property bindings in blazor
I am now at a crossroads regarding what path I should follow when developing my app. I would very much like to develop a web app and mobile app in tandem, such that all the code I use, including code that is used to generate my views, bind elements to…
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
Cannot deploy to a physical iPhone using MAUI
I cannot deploy to a physical iPhone. I beleieve this issue started after last VS2022 update to 17.3.0 but I cannot be sure. Deployment to my iPhone was working fine at one time but has since stopped. My iPhone shows in the Debug drop down and in…