Hot Reload with Custom Configuration not working #22163
Replies: 3 comments 5 replies
-
Also I am aware of this discussion and the discussion linked: #21678 |
Beta Was this translation helpful? Give feedback.
-
Not a true fix but a work around, you coulld a Debug Configuration for the purpose of hot reload and make sure it shares the same config setting in .csproj as the custom configuration. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, according to the documentation there is no workaround https://learn.microsoft.com/en-us/dotnet/maui/xaml/hot-reload?view=net-maui-10.0#troubleshooting. (same for MAUI 8 and 9)
Tried everything but only made so far to enable the XAML Live Tree Preview when specifying |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using custom configuration like this.
<Configurations>DevDebug;NeutralDevDebug;DevRelease;NeutralDevRelease;Prod;NeutralProd</Configurations>
I somehow managed to set all the build properties correctly to make iOS/Android debug and release builds work in general. Unfortunately I can't seem to get hot reload of xaml to work for iOS or Android.
Can anyone help out here?
Cheers,
Phillipp
Beta Was this translation helpful? Give feedback.
All reactions