Is there any hot reload for blazor server-side?

前端 未结 6 2095
萌比男神i
萌比男神i 2020-12-25 12:08

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 looki

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 12:37

    Maybe you can try running your application from command prompt:

    dotnet watch run debug
    

提交回复
热议问题