Is there any hot reload for blazor server-side?

ⅰ亾dé卋堺 提交于 2020-01-22 16:00:28

问题


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 :)


回答1:


Maybe you can try running your application from command prompt:

dotnet watch run debug


来源:https://stackoverflow.com/questions/58172922/is-there-any-hot-reload-for-blazor-server-side

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!