.NET Cannot access network on Mac
Hello, I am encountering an issue where a new install of .NET on Mac is unable to access the network. My network is just fine, I can access everything successfully from a browser and Curl. This exhibits by not being able to do a dotnet restore (hangs and…
How do I get FilePicker to return a non-null result on MacCatalyst?
Maui Workload 9.0.14/9.0.100 SDK 9.0.200 XCode 16.3 (16e140) Mac OS Sequoia 15.3.2 Visual Studio Code 1.98.2 (Universal) I am developing a MAUI App that needs to run on Windows, MacOS and iOS (iPad only). I am trying to get…
Create an IPA from Windows MAUI iOS + Extensions
Hi, we have a MAUI project with iOS extensions. We can run them on emulators and create the IPA either in Visual Studio or Visual Code on a Mac. Due to dotfuscator issues, we need to create the IPA, but now from Windows! We can create the IPA using the…
How to use a blazor server app with a web api for authentication and persist authentication across circuits?
I originally posted a comment under this question as I am following a similar scenario: https://learn.microsoft.com/en-us/answers/questions/1454927/how-to-use-a-blazor-server-app-with-a-web-api-for I have a custom AuthenticationStateProvider which is…
App.Current.GoToAsyn("page") in NET 9 will work ?
Hi, I have MAUI app in .NET 8 . In this MAUI app I used for navigation only : await App.Current.GoToAsyn("new_page") while moving from page to page. Does this will work in .NET 9? Thanks,
Does using --self-contained will install all the need runtime files for running the app in server 2019/2022Does using --self-contained will install all the need runtime files for running the app in server 2019/2022
Hi, I have Maui app in .NET 9. Does using --self-contained will install all the need runtime files for running the app in server 2019/2022. I installed the app ,deployed as exe with using -- self contianed. dotnet publish -f net9.0-windows10.0.19041.0 -c…
Deployment WPF as self contained
Hi, I used visual studio 17.3.4. I published WPF app as self contained in .NET 9 to folder , the publish process succeeded. But the generating exe is not running ? Why? How it can be solved ? Thanks,
Deployment as exe on windows 11 is not working
Hi, Please see: https://app.screencast.com/LrNZnzuMjSgLd I installed the app ,deployed as exe with using -- self contianed ,on windows 11 and it not openning. dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None…
Unable to Publish .NET MAUI iOS App for Ad-Hoc Distribution
Hi, I have been following the steps outlined in this guide to publish my .NET MAUI iOS app for ad-hoc distribution. However, I am encountering an issue in the "Publish the app" section, specifically at Step 5. When I attempt to archive the app…
AADSTS165000: invalid Request: The request tokens do not match the user context,
MAUI. Android app, use Oauth2D to login. Always get the error: Requestld:50664542-03a0-48dc-b330-acf123cf9f00 Correlationld:27fdf9bd-1dd4-4b3b-a556-34f7c03c17af Timestamp:2025-04-02T02:58:37Z Message:AADSTS165000: invalid Request: The request tokens do…
Report on progress bar of download file
Hi, I have progress bar control, i got from API the content stream response. How i can report on progress of download process of file in the UI page? Thanks, try { using (var fileStream = File.Create(zipPathForFolderOrPathForFile)) …
Clickonce: error of downloading application file for Install Mode and Settings: This application is available online only
Hi I have the following Windows forms application which is used to publish by ClickOnce technology. When I publish the application with "Install Mode and Settings: This application is available online only". The setup.exe is generated in…

Why does my app show in a mobile phone resolution when deployed on a tablet simulator
Hello, I'm developing an application in .NET MAUI. I managed to have a functional MainPage like the following image. Then, I tested if it could work on Android, and after adding some code to make it build, it worked on a Pixel 7 simulator for Android.…
Maui app as exe - throw exception when installing on new machine
Hi, Maui app as exe - throw exception when installing on new machine. This the message I got: What do we miss ? I used following command to publish application to exe. dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None …
There was no top-level authentication property found in configuration. - Error during integration tests
We have an issue with XUnit integration test in dotnet 8 We are upgrading our projects one by one to DotNet 8. During this process we upgraded one of our projects and it is working fine. But its integration tests are failing with the following error…
How to set up Custom Authentication State in Blazor Server .net 8 or 9
Hi, I set authentication settings in Blazor Server .NET 9. After setting it, I put the [Authorize] attribute on the API call in the controller. So it will fetch the authorization header of the access token, and the API will be authorized to show…

.NET MAUI Camera Not Opening on Android 15 (Works on Other Versions)
In my .NET MAUI application, I have the option to open the camera using MediaPicker.CapturePhotoAsync(). The camera works fine on other Android versions, but on Android 15, it does not open. Below is the code I am using to open the camera: try { …
MAUI application WebView control is not scrolling in Android using touch.
Need help on my MAUI application that includes a WebView control which I load with an in memory html string. When app runs on Android, scrolling cannot be done with touch. Scrolling does work with arrow keys. The app does scroll by touch in iOS.
Streaming Issue with Blazor WebAssembly and Sematic Kernel and Open AI
I am using Blazor WebAssembly connecting to Azure Open AI. When I try to stream the response. I get the error message below. This is my code: public partial class HomeView { [Inject] Kernel Kernel { get; set; } private string message; private string…
win11 update
my system is win11, and i use the markdownpad2 app ,and recently ,win11 system updated ,and the markdownpad2 app can't open ,and the error is like below: Exception Information: System.Windows.Markup.XamlParseException: The invocation of the…