Thank you for the video👍 @For developers use window cli instead of using *dotnet run* we should use *dotnet watch* and then possibly when you make a change it will ask you to if you want to reload ? typing a means reload always then everything should be working without problem
I use c# for almost 15 year with win form. Few year with blazor, everything working perfectly, fast leaning. But now we change to js framework just 1 reason hot reload is suck
Thank you so much for this!😁
You have no idea how much time I've spend on trying getting hot reload to work 😀
Glad to help!
Danke!
Thank you very very much!
Thank you so much, you saved my day.
You are welcome, I'm glad it helped!
Thank you for this, but Breakpoints does not trigger on my end. Is there any way to solve this?
Works for me, but I cant get it to launch in edge (although it's set as default in Rider). It will always launch in my system default browser
Thanks bud!
No problem!
This works, thanks mate
Cheers bro! You saved my hours
Glad I could help!
Could you also show how to make it work with mobile devices as well? I mean web, Mac, iOS and android in the same time
Thank you!!!
Thank you for the video👍
@For developers use window cli instead of using *dotnet run* we should use *dotnet watch* and then possibly when you make a change it will ask you to if you want to reload ? typing a means reload always then everything should be working without problem
Life saver
how to on visual studio sir
Is debug working for you during watch?
Sometimes. Debugging is really hit and miss. That’s my biggest complaint about Blazor
I'm using visual code, if I run w/ launch config of Watch, i get hot reload, no debugging. If I run w/ Https, i can debug, but not hot reload
I use c# for almost 15 year with win form. Few year with blazor, everything working perfectly, fast leaning. But now we change to js framework just 1 reason hot reload is suck
Ya most of the js frameworks have done a really good job of making hot reload fast and easy.
Wow, I was searching for the last 3 hours for this. Insain that's it's not documented anywhere.
thank u