Replies: 1 comment
-
|
I am also running into this problem. A fix or help would be nice. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying out Maui.Markup and saw the docs about C# Hot Reload which I am trying to get working.
I am using the latest VS2022 - 17.13.5
I am using the default project setup for a MAUI application
I have only installed the Maui.Markup package thus far, but was unable to install the latest version as there was a dependency mismatch, so I am using the following:
I deleted MainPage.xaml.cs and MainPage.xaml and replaced it with the Maui.Markup example:
I implemented the example HotReloadHandler.cs from which the only missing piece was the AppShell.GetRoute() method which I ended up implementing like so:
The issue I am facing is that when I change something in MainPage.cs and hot reload, the app crashes when reaching this part of the HotReloadHandler OnHotReload method
with debug log
[libc] Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1 in tid 28231 (ame.testmauiapp), pid 28231 (ame.testmauiapp)Any ideas on what I must do to fix this?
Apologies if I have not provided enough context, this is my first time asking a question like this, and I thank you in advance for any guidance given.
Beta Was this translation helpful? Give feedback.
All reactions