MAUI app crashing with release mode. Works fine with debud mode ?
MAUI app crashes with release mode. Works fine with debug mode. Targeting .net run time is .net 7.0. We are using a few syncfusion controls in our application. Those nuggets were up to date till now. Here are the crash…
how to reset page in .NET 9.0
Previously, we were resetting like this: void Reset() { (Application.Current as App).MainPage.Dispatcher.Dispatch(() => { (Application.Current as App).MainPage = new AppShell(); }); } How can we do the same thing in .NET 9.0,…
Microsoft.Extensions.Logging.Log4Net.AspNetCore supported in .net 9 ?
Hi, Does this pack supported in .Net 9 ? <PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" /> Thanks,
When running MAUI app in .net 9 in debug it works but without debugging is not
Hi, I moved from maui app in .NET 8 to .NET 9. The project build but n debug it works but without debugging the login page is not opened. I checked all nugets packages and moved to last. ================================ <ItemGroup> …
Does Autofac last version supported in maui 9 on mac
Hi, Does Autofac last version supported in maui net 9? ,thanks
Unable to Receive Push Notifications in .NET MAUI After Migrating from Xamarin with Azure Notification Hub and Firebase FCM
Hello I am in the process of migrating an application from Xamarin to .NET MAUI, and I am using .NET 8 for MAUI development. Previously, I used Azure Notification Hub in combination with Firebase FCM v1 token to send push notifications. Everything was…
Payload contains two or more files with the same destination path 'xxx.pdb' when publishing trying to create a MSIX package
Hello, I'm following these instructions: https://learn.microsoft.com/en-us/dotnet/maui/windows/setup?view=net-maui-9.0 I'd previously tried Geralds command line build but that failed and led me to the article above. I imagine its still pretty new but if…
I get the error Could not find a part of the path C:\... when I install a NuGet package
I get this error when I try to install the NuGet package Xamarin.Firebase.iOS.Crashlytics version 8.10.0.3 in Visual Studio on Windows: Could not find a part of the path…
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I get the following messages in my iOS crash report: SharedCodeProject_MyClass__Updated__301_MoveNext (in MyGameiOS) (<unknown>:1) System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ (in…
SSO between app registrations - failing on iOS
Hello, I am attempting to make use of the tenant-level access that auth tokens have by default within B2C so that we are not passing tokens around between app registrations. On android devices, this works out of the box when navigating between apps, not…
Error when attempting to connect to a Mac
I am getting and error when attempting to connect to my Mac to build my Maui App. The UI says Error: 'I' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0. The log files show the error details below. I have cleared all the caches,…
Visual studio 2022 Maui project unable to compile for .net 9.0-ios target
Hi, I am trying to deploy a test app to iPhone from windows visual studio but getting the following error when trying to compile. The specified network password is not correct. I have completed the automatic provisioning : I obviously have no problem…
Fullscreen issue in MAUI
my app shows a blackscreen at the bottom in emulator and in real device i have black line on top and bottom as well . I tried everything inside app in android activity .
How to hide the bottom TabbedPage tabs in .NET MAUI 8?
Actually I need to hide bottom tabs based on some condition. I tried using TabbedViewHandler and Reflection to hide the tabs by setting height of bototmbar LayoutParameters to 0. Tabs are not visible, but blank space is showing up in space of tabs. I…
How to fix the blank screen after splash screen on .net maui app
I have an application that I have deployed to an ios device that is now showing a black screen after the splash screen is loaded. I am running the latest xcode, vs versions and the project is targeting .net 9. What should I be looking for as a…
I broke my Pair to Mac in Windows: An error occurred while trying to start Broker 17.12.0.153
So I tried getting my project running in VSCode on the Mac, I got all the bits installed and it runs. Unfortunately doing that seems to have killed the Pair to Mac on my PC. Somehow my broker thinks I need to install .net 8 but I want .net 9. I don't…
Maui app in mac using VS Code stop working
Hi, Maui app in mac using VS Code stop working. I got this error. Using .Net 8.
facing issue change SVG color using SkiaSharp
Previously, this functionality was working on .NET 8.0, but after updating from 8.0 to .90, it stopped working and is now causing an error. I've attached the project for your reference. …
.NET 9 Maui Blazor Hybrid & Web: Javascript and Reference files
I have been learning .NET 8 Maui Blazor Hybrid for the past few months to build a multiplatform app for Windows, Android, and iPhone. It's pretty cool, but there was a learning curve. I would like to take advantage of version 9.0 so that I can extend my…
Update to latest runtime of .net 8 in mac
Hi, Problem:when running may app in .net 9 in debug it works but without debugging is not. error: Error: :XAML: .NET Runtime version currently executing is 8.0.5, but version 8.0.10 or later is required Diagnostic: % dotnet…