Live reload with Asp.Net 5

前端 未结 2 1258
孤独总比滥情好
孤独总比滥情好 2020-12-30 06:06

In Asp.Net 5 the development is faster because it compiles on save. But I still have to refresh the browser manually.

Is there a live reload option in Visual Studio,

2条回答
  •  天命终不由人
    2020-12-30 06:30

    context => Mats made a new extension which refreshes automatically after SAVE button. Grag the VS extension from visual studio gallery.

    Save your VS changes and the browser is reloaded.

    https://visualstudiogallery.msdn.microsoft.com/46eef4d9-045b-4596-bd7f-eee980bb5450

提交回复
热议问题