HotReload not reload if use ReSharper
See original GitHub issueHello! I found error when I try to reload the XAML page then Android app got white display.
I use ReSharper from JetBrains, my XAML code started:
...
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
d:DataContext="{d:DesignInstance vm:MasterViewModel}"
...
This above code can link View with ViewModel for IntelliSense. And that thing is “must have”! How use ReSharper (d, m, DataContext) and HotReload? Regards, your user.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Edit running code with Hot Reload - JetBrains Rider
Hot Reload, also known as Edit & Continue. Learn how to make changes while running and debugging without restarting the session.
Read more >my hot reload didn't work - Developer Community
I install last version of VS (2019-V16.11.3) and at first Hot Reload Work properly but I don't know why didn't work now. it's...
Read more >.NET Hot Reload Adds Support for Modifying Generics - InfoQ
NET Hot Reload implements support for modifying generic methods, reducing the number of changes that require restarting for the change to take ...
Read more >HOT RELOAD - Edit Code Without Compiling! | Page 3
- ALL auto-reloading seems to be disabled when using Hot Reload. Which means that if I update an asset (sprite, sound, etc) I...
Read more >Hot Reload not working in Visual Studio 2022 .Net 6 Razor ...
In Hot reload, You can select Hot Reload On File Save (Not selected by default), Then VS will hot reload after you ctrl+s...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Eah, just wait some time. I will create simple project Xamarin Forms with ReSharper(he allow use d, mc, DataContext for IntelliSense) and HotReload.
will be available in the next release (1-2 weeks)