Is there any hot reload for blazor server-side?

cebilon123 picture cebilon123 · Sep 30, 2019 · Viewed 12.9k times · Source

I have just one, quick question. Is there way to hot reload a blazor app? At least, .razor files? Now I'm hosting my app on local IIS (not IIS express).

I was looking through internet, but i didn't found anything helpful.

Thank you all for anwsering :)

Answer

Mauricio Atanache picture Mauricio Atanache · Sep 30, 2019

Maybe you can try running your application from command prompt:

dotnet watch run debug