How to enable browser link for static files in ASP.NET 5

后端 未结 1 1982
-上瘾入骨i
-上瘾入骨i 2021-02-02 18:23

Is there a way to get Browser Link working with static files under ASP.NET 5? My Startup.cs currently has the following:

public void Configure(IApplicationBuilde         


        
相关标签:
1条回答
  • 2021-02-02 18:29

    In the CTPs that have been released so far, static files aren't supported well by Browser Link for ASP.NET 5, because the Browser Link core needs more work to deal with optimizations in static file handling in the new framework. This scenario will be fully supported in a later build of Visual Studio.

    0 讨论(0)
提交回复
热议问题