question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HotReload not reload if use ReSharper

See original GitHub issue

Hello! 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:closed
  • Created 4 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
scriptBoriscommented, Apr 9, 2019

So, will you be able to create small sample project?

Eah, just wait some time. I will create simple project Xamarin Forms with ReSharper(he allow use d, mc, DataContext for IntelliSense) and HotReload.

0reactions
AndreiMisiukevichcommented, Jun 7, 2019

will be available in the next release (1-2 weeks)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found