How to add Blazor Hot Reload

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 19

  • @shaddydxd
    @shaddydxd 8 หลายเดือนก่อน +5

    Thank you so much for this!😁
    You have no idea how much time I've spend on trying getting hot reload to work 😀

    • @scriptbytes
      @scriptbytes  8 หลายเดือนก่อน +1

      Glad to help!

  • @w1tcher_550
    @w1tcher_550 8 หลายเดือนก่อน +1

    Thank you so much, you saved my day.

    • @scriptbytes
      @scriptbytes  7 หลายเดือนก่อน +1

      You are welcome, I'm glad it helped!

  •  7 หลายเดือนก่อน

    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

  • @kyezaarnold6827
    @kyezaarnold6827 6 หลายเดือนก่อน

    This works, thanks mate

  • @Nick-nd9jn
    @Nick-nd9jn 6 หลายเดือนก่อน

    Cheers bro! You saved my hours

    • @scriptbytes
      @scriptbytes  6 หลายเดือนก่อน

      Glad I could help!

    • @Nick-nd9jn
      @Nick-nd9jn 6 หลายเดือนก่อน

      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

  • @arvid-dev
    @arvid-dev 9 หลายเดือนก่อน

    Thank you!!!

  • @JustinBoehnen
    @JustinBoehnen 10 หลายเดือนก่อน

    Life saver

  • @edgarwideman737
    @edgarwideman737 7 หลายเดือนก่อน

    Wow, I was searching for the last 3 hours for this. Insain that's it's not documented anywhere.

  • @bophasovannlak2853
    @bophasovannlak2853 9 หลายเดือนก่อน

    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

    • @scriptbytes
      @scriptbytes  9 หลายเดือนก่อน

      Ya most of the js frameworks have done a really good job of making hot reload fast and easy.

  • @damiankrychowski2988
    @damiankrychowski2988 8 หลายเดือนก่อน

    Is debug working for you during watch?

    • @scriptbytes
      @scriptbytes  8 หลายเดือนก่อน

      Sometimes. Debugging is really hit and miss. That’s my biggest complaint about Blazor

    • @paulh6933
      @paulh6933 2 หลายเดือนก่อน

      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

  • @matioszkea2524
    @matioszkea2524 5 หลายเดือนก่อน

    thank u