AndreiMisiukevich / HotReload

Xamarin.Forms XAML hot reload, live reload, live xaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it still working for Rider?

ziomek64 opened this issue · comments

Hello,
Is this HotReload still supposed to be working for Rider? I've tested on newest Rider version. I installed plugin, nugetpackage, did code change.

The Rider's implementation of hot reload is annoying, it brings the page back to the top every hot reload so I wanted to test something else. Is it the case here too? As I can't get it to work

Hi @ziomek64
Unfortunately, I think this project is not actively maintained anymore

@iBavtovich did rider plugin though if he is still interested in fixing anything (I doubt)

Hi @ziomek64 I will take a look and come back to you with the answer soon.
Thanks, for reporting the issue.

@iBavtovich Was this plugin changes-only hot reload? That's what I'm looking for mainly. There's no point in fixing it if this not changes-only. Rider has full page reload only, vs2019 has changes only hot reload but I'd like to use Rider

@ziomek64 it's not changes-only

CC @iBavtovich

@ziomek64 it's not changes-only

CC @iBavtovich

@AndreiMisiukevich then its probably gonna be same as in Rider, meaning it resets page back to the top on every hot reload?

@ziomek64 it will clear page's content and recreate all views inside it from scratch using new xaml.

Hi @ziomek64.
I have fixed the issues with the Rider 2021.2+, as there were bunch of changes in the Rider/Intelij platform, so plugin wasn't working.
The version 1.4.6 will be available for download in Rider within 2 days (required JetBrains confirmation).

If you still interested in checking the project, you are welcome :)

I will try it out ! @iBavtovich