Is there any guide on using Maui.Markup and enable HotReload on Mac OS and Rider? #356
Unanswered
JoacimWall
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi
I have tested the sample project from this repo on a Mac with no susses to be able to HotReload the UI. A working HotReload is mandatory to go from Xaml based UI to code based.
In Rider if I change the font size for the button I only get this in the Debug out put.
[1]HotReloadAgent: Reload request for CommunityToolkit.Maui.Markup.Sample: 'Pages\NewsDetailPage.cs'
[1]HotReloadAgent: There is no tracked views, nothing to reload.
All registered tracked views:
if I use VS Code
💡 Possible code changes were found.
2024-12-22 13:54:52.198 [error] /Users/joacimwall/Downloads/Maui.Markup-main/samples/CommunityToolkit.Maui.Markup.Sample/Pages/NewsDetailPage.cs (line 6): error CS0229: Ambiguity between 'NewsDetailViewModel.Title' and 'NewsDetailViewModel.Title'
2024-12-22 13:54:52.199 [error] /Users/joacimwall/Downloads/Maui.Markup-main/samples/CommunityToolkit.Maui.Markup.Sample/Pages/NewsDetailPage.cs (line 8): error CS0229: Ambiguity between 'NewsDetailViewModel.Title' and 'NewsDetailViewModel.Title'
2024-12-22 13:54:52.199 [error] /Users/joacimwall/Downloads/Maui.Markup-main/samples/CommunityToolkit.Maui.Markup.Sample/Pages/NewsDetailPage.cs (line 19): error CS0229: Ambiguity between 'NewsDetailViewModel.Uri' and 'NewsDetailViewModel.Uri'
2024-12-22 13:54:52.199 [error] /Users/joacimwall/Downloads/Maui.Markup-main/samples/CommunityToolkit.Maui.Markup.Sample/Pages/NewsDetailPage.cs (line 35): error CS0229: Ambiguity
Thanks Joacim
Beta Was this translation helpful? Give feedback.
All reactions