I've read and followed all the hints for Hot Reloading in UWP on this page:
Just can't get it to work. It works in Android not iOS (which is not supported at the moment).
Any additional thought to the page mentioned above?
I've read and followed all the hints for Hot Reloading in UWP on this page:
Just can't get it to work. It works in Android not iOS (which is not supported at the moment).
Any additional thought to the page mentioned above?
Recently Hot Reload "2.0" was shipped in Visual Studio 2019 16.8, which finally includes Hot Reload support for UWP. But it only works if you go into the Visual Studio settings and set it Changes Only (Preview), as shown in the screenshot below.
See this post for more details:
https://devblogs.microsoft.com/xamarin/dotnetconf-2020-xamarin-recap/#xaml-hot-reload-2-0
No additional installation or setup is required to use XAML Hot Reload. It's built into Visual Studio and can be enabled in the IDE settings. Once enabled, you can start using XAML Hot Reload by debugging your app on an emulator, simulator, or physical device.
On Windows, XAML Hot Reload can be enabled by checking the Enable Xamarin Hot Reload checkbox at Tools > Options > Xamarin > Hot Reload.
For more information, please visit the documentation.
© 2022 - 2024 — McMap. All rights reserved.