Replies: 1 comment
-
Please create an issue and attach the repro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a strange behavior regarding Visual Studio for Mac and Maui Community Toolkit (v 5.0).
I 've setup a blank MAUI project to see whether this is happening in general or not. Two blank pages with a Label, using Shell.Current.GotoAsync() for navigation everything works well. In the same project I installed Community Toolkit from NuGet, Initialized in the MauiProgram.cs - Set the Routes - Setup a ViewModel did a couple of test bindings and setup a couple of ICommand Observable properties for the Views and run it again. I got a Microsoft.Maui.Controls Exception after I navigated to another rather than the Main Page ...
I tried to see if this is a random thing or it is done in general. So I tranferred my project from the Windows machine to the Mac and did the same thing. Attached the error I get with the stacktrace.
Anybody know why this is happening?
The Mac is a MacMini M2 with MacOS Ventura and XCode 14.2.
The program breaks inside the Platforms\iOS\Program.cs:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions