I cannot get the CSS to sync in ASP.NET Core 2.0.
Here's what I do:
- Create brand new application using MS template
- Launch the generated template (app.UseBrowserLink() is present)
- Try to modify site.css by setting the background-color to yellow
- Nothing happens
I have the CSS autosync enabled, in the browserlink dashboard I can see the connected browser and I can also use the Refresh button on the dashboard
Funny enough, when I create a new project using the classic old ASP.NET MVC template, CSS autosync does indeed work, however I cannot make it run on ASP.NET Core template
I've also tried installing the BrowserLink.Loader assembly and referencing thatone but to no avail...
Any help greatly appreciated