Content
Maui - publish msix with no internet in net 8
Hi, When publishing msix with internet the msix is working. But with no internet is not responsive at all . not open . Why ? dotnet publish -f net8.0-windows10.0.19041.0 -c Release /p:AppxPackageSigningEnabled=true…
iOS App screen size problems after upgrading to .net8.0
I have noted that after an upgrade to .net8.0 that my iOS app has a size issue. This persists even after returning to .net7.0 and gets resolved after reverting code before the upgrade. After some digging myself i have noted that some files are not being…
unable to select .net6 runtime option from ui for my .net6-ios project
I am unable to select .net6 runtime option from the ui . I have changed the target framework to .net6-ios but still uses .net7 run time
How to get the same specific colors from the original image to new created image with the same amount of color and same width and height?
This is the original image , colorslevels1.jpg: what I want to do is to get the colors from the ruler plate without any the black numbers colors and the gray. only the colors inside like this: but it should be the same size width height like in the…
NET 8 MAUI Blazor: Login with Google Account
Hello to all Bard can't help me, he is in a loop and invents Nuget, which I am supposed to install in order to be able to log in to MAUI via Google Accoutn. But the Nuget does not exist in reality! ChatGPT only gives me outdated information. I can't find…
Issue with Azure Push Notifications on Xamarin Android - PendingIntent Error
I've implemented push notifications for my Xamarin application, and everything works smoothly on iOS. However, when the Android application is put in the background or closed, notifications fail to reach the device, and an error is encountered: Targeting…

Maui for android create line issue
Hello all. what parameters I need for a horizontal line across the layout width. Thank you. <Line X1="40" Y1="0" X2="0" Y2="120" Stroke="Red" />
Is it possible to identify monitors at runtime using the Identify system function?
Hi, I'm working in a multimonitor environment and I need to know at runtime which monitor my application is running on, so I need the numbers used by the display settings app. I tried different methods to have this information (for example using the…
dependecy injection help on checking internet
I have my interface interface IAppServices { Task NavigateAsync(string pageName, bool iAnimated, Dictionary<string, object> Object); Task NavigateAsync(string pageName, bool iAnimated); Task DisplayAlertAsync(string title, string…
How to move Powershell code running in Azure Webhook to C# application
I have a powershell script running in Azure Automation as webhook. That has this commands as shown below. I want to run this using C# instead, so that I can track and log if something goes wrong. However, I need to understand, what does the…
How to customize the WPF window title bar so that its buttons are the same as Visual Stdio?
hi everyone! When we customize the title bar, the button will be customized into the <Button> we set ourselves, but the effect it achieves is not the effect that comes with the system. For example, the customized title bar in Visual Stdio can be…
How to customize the WPF window title bar so that its buttons are the same as Visual Stdio?
hi everyone, How to customize the WPF window title bar so that its buttons are the same as Visual Stdio? When we customize the title bar, the button will be customized into the <Button> we set ourselves, but the effect it achieves is not the effect…
Redis cache with Azure function
I have implemented a Timer Trigger Az function app. This fn app will run every 30 mins The fn app will call the cosmoscache service and will bring latest value from cosmos. Now the challenge If the fn app runs at 10 Am (assumption) and transaction…
MAUI - Missing fonts in unpackage deployment in net 8
Hi, Deployment as exe is formal in NET 8 but we dont see fonts as seen in picture? why ? https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-unpackaged-cli?view=net-maui-8.0
Running coreWCF in Azure App Service Linux does not work
When deploying coreWCF to Linux App Service I get this error: "Container <container-name> for site <site-name> did not start within expected time limit. Elapsed time = 230.9697425 sec". Can you please clarify these things: Can…
Access and read all SMS on Android phone with .NET MAUI
For an application that, as a part of its functionality, can read all stored SMS on an android phone, can you give general directions what to read exactly to learn and implement it in a .NET MAUI project? I'm a beginner. I've only worked with MVC, WPF…
Microsoft.Windows.Compatibility vulnaribilty when moving from NET 7 TO NET 8
Hi, Microsoft.Windows.Compatibility si voulnerability. no option to upgrade. What I need to do ? VS shots on this ? Thanks <ItemGroup> <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)"…
How to get the rows in a table that index great or equal 1 user jquery?
$("#tb1 >tr:gt(1) I want get the rows include the second row
How to properly install MAUI Android emulator hardware acceleration?
Windows 10 64 Home, Visual Studio, .NET MAUI project, .Net 6.0 LTS. The Android emulator is utterly slow and requires acceleration. I followed the article…
how to fix "The project doesn't know how to run the profile with name IIS Express
Microsoft Visual Studio 2022, trying to debug an API, after upgrading to .Net Core 8 getting below error The project doesn't know how to run the profile with name 'IIS Express' and command 'IISExpress'. Any Suggestions please