Uno.Samples
Uno.Samples copied to clipboard
[Windows] Hot Reload Not Working in Commerce Sample App
Current behavior
Hot Reload doesn't work in the Uno Extensions Commerce Sample App using Visual Studio latest release and preview release. But Hot Reload does work if we create a sample application with the Uno Extensions Template.
Visual Studio 2022 Current:
Visual Studio 2022 Preview:
Visual Studio 2022 Current: Can't be launched.
Visual Studio 2022 Preview:
Expected behavior
Hot Reload should be working on Windows when using the Uno Extensions Commerce Sample App.
How to reproduce it (as minimally and precisely as possible)
- Clone Uno Extensions Commerce Sample App
- Make sure that Hot Reload is enabled in Visual Studio
- Open LoginPage.xaml
- Remove the
x:Uid
at line 60 - Start the application on Windows
- Update the
Text
at line 59-60 - Save your change
- Notice that the text in application did not change
Environment
Nuget Package: Required Uno.Extensions
packages.
Package Version(s): 2.1.0-dev.173
.
Affected platform(s):
- [ ] ~~iOS~~
- [ ] ~~Android~~
- [ ] ~~WebAssembly~~
- [ ] ~~WebAssembly renders for Xamarin.Forms~~
- [x] Windows
- [ ] ~~Build tasks~~
Visual Studio:
- [ ] ~~2017 (version: )~~
- [ ] ~~2019 (version: )~~
- [x] 2022 (version: 17.2.5)
- [x] 2022 (version: 17.3.0 Preview 2.0)
- [ ] ~~for Mac (version: )~~
Relevant plugins:
- [ ] Resharper (version: )
Anything else we need to know?
By following this it made the Hot Reload working without having to save my file changes.