Android-specific code on MAUI: Trouble with Android.Resource
What I am trying to achieve right now is something I've done before in other prototypes where I work, but I haven't run into this problem so far. I will give as much context as possible without making this question too long. Our app will use ARCore on…
ANDROID REDIRECT URI
I am trying to test the sample https://github.com/Azure-Samples/ms-identity-dotnetcore-maui/tree/main/MauiAppWithBrokerTo run in Android, it requires that "AndroidRedirectUri" be defined. The Entra ID portal requires a hash key that has to be…
how to draw this in .net.android
there is two points to one circle how to draw it? I am using canvas in OnDraw points:(p0x,p0y)and (p1x,p1y) and the center of the circle is (x,y) how to draw the line and the circle? I know how to draw circle but I do not want to draw the rest of the…
pick appropriate .json data in Tab (ShellContext)
As a senior+ hobby developer I'm stuck. I know - whoever helps - this is not what this GitHub forum is for and, I know, this is an imposition! Anyway, hopefully somebody has some time and is willing to help, thank you. my APP:…
CPU Spikes and Web App Shutdown Issues
Twice a day, during peak times, the CPU spikes, causing the web app to shut down and restart. Additionally, Application Insights is enabled, but it does not display any data regarding this issue.
Microsoft dotnet ef migration error
When I run any dotnet ef command, like "dotnet ef migrations add InitialCreate", i get the following error message: Could not execute because the specified command or file was not found. Possible reasons for this include: * You misspelled a…
flipping card update
I have my card using CommunityToolkit.Mvvm.Messaging; using System.Diagnostics; namespace LiveTileControl.Controls { public partial class LiveTileControl : ContentView { private bool _isFlipping; private bool _isDataAvailable; //…
flipping card update
I create a live tile using System.Diagnostics; namespace LiveTileControl.Controls; public partial class LiveTileControl : ContentView { private bool _isFlipping; public LiveTileControl() { InitializeComponent(); …
Connecting to MS Access and databases on Snapdragon ARM computers
As far as I know, there's still no ADODB or ODBC support on Snapdragon computers. Is there an ETA? In the meantime, can I use MS Access outside its IDE (where it works fine) or can I use SQL Server or MySQL? Can I use Visual Studio with MS Access or any…
Flyout Navigation - Mouse hover
Hi, In continue to https://learn.microsoft.com/en-us/answers/questions/2202802/flyout-navigation-improvements?page=1#answer-1989782 How I support mouse hover when navigation on collection view ? I want Custom Cursor hand when hovering over an item in…
Requirements to register and authenticate a .NET desktop app in M365
Hi, all. I have a .NET desktop application (C# + WPF) which is to be registered in Microsoft Store and made available via subscription. Part of the process is clear, such as having authentication via MSAL (which I understand as having the user…
BulkInsert for Entity Framework Core
Entity Framework core now has ExecuteUpdate and ExecuteDelete for doing large updates and deletes But when is EF core going to get the much need BulkInsert that does the job of SQL SERVER's BCP There are third party tools, but they are very expense…
MAUI: How to increase the slider height
I have a slider like below: <Slider x:Name="audioSlider" Grid.Row="0" Minimum="0" VerticalOptions="Center" HorizontalOptions="Fill" ThumbColor="Transparent" …
How to create Custom Themed Toggle Switch [Switch Class] (Microsoft.Maui.Controls)?
How can we design a custom themed toggle switch in .NET Maui with .NET 9; As we know we can do it using C# to design the switch and call it in XAML If somebody knows, please share your thoughts on this topic. For reference I have shared two links of…


Can we able to modify the design of toggle switch in maui ?
Need to increase the Black dot size

Issue Populating CollectionView with ObservableCollection in .NET MAUI
Hi, I am facing an issue in my .NET MAUI application where I am trying to populate a CollectionView using an ObservableCollection<LeaveSummary> in my ViewModel. The data is correctly fetched, and I can see the ObservableCollection.Count in a Label,…
Operations on files obtained by Directory.EnumerateFiles never finish
【概要】 .netFramework 4.7を利用したプログラムにおいて Directory.EnumerateFilesで取得したファイル一覧に対して FOR文によるファイル操作を実施した場合に、処理が終わらない事象が発生しております。 既知事象の有無及び、改善策があればご教授頂けないでしょうか。 【実行環境】 OS:Windows Server2022 【処理詳細】 処理の詳細は以下の通りです。 ①Directory.EnumerateFilesメソッドを利用 …
Dirty log in login
Hi, I used log4net. When login I got this errors in the log, what it come from? Thanks. 2025-03-12 15:25:00,516 [1] ERROR GssdDesktopClient.Maui.ViewModels.LoginViewModel - LoginCommand System.InvalidOperationException: PlatformView cannot be null here …
Highlighting text within a editor
Hi, I'm using .Net 9 with MAUI. Highlighting text within a editor. The highlight is not released. Remains highlighted even after selecting other text. <telerik:RadBorder Grid.Row="2" Grid.Column ="0" …
How do I fix my Touchpad
My touchpad was not working. Yes the button on the keyboard did not have anything to do with the issue. So i listened to people and uninstalled my touchpad driver, but after I restrarted my computer windows did not reinstall the driver like it said it…