【发布时间】:2021-12-03 20:40:03
【问题描述】:
我一辈子都无法在 Visual Studio (Mac) 上进行 XAML 热重载。
- 链接行为设置为“不链接”
- 在 Visual Studio 设置中启用了 XAML 热重载
- Visual Studio 和所有 Nuget 包都是最新的。
- 这首先发生在我的应用程序中,因此为了测试,我从 Xamarin 示例应用程序开始,它也不会重新加载。
这是 XAMAL 热重载窗口的输出:
[12:49:40 PM] XAML Hot Reload is using 'changes only' mode
[12:49:51 PM] Xaml Changed for 'Views/AboutPage.xaml' in 'hotreloadtest', sending to app...
【问题讨论】:
-
这能回答你的问题吗? Can not debug on simulator or device anymore
标签: xamarin xamarin.forms hot-reload